summaryrefslogtreecommitdiffstats
path: root/include/hardware/bt_gatt_client.h
diff options
context:
space:
mode:
authorSatya Calloji <satyac@broadcom.com>2014-07-03 10:59:16 -0700
committerPrerepa Viswanadham <dham@google.com>2014-07-23 18:52:50 +0000
commitbe7f044b64c9448324fa791294135468e12e5a9b (patch)
tree1eae0733ba4df500e8eef055e9f49221101ea250 /include/hardware/bt_gatt_client.h
parent941c928d9d19e3bd9bdd253923fb909dbb08a72e (diff)
downloadhardware_libhardware-be7f044b64c9448324fa791294135468e12e5a9b.zip
hardware_libhardware-be7f044b64c9448324fa791294135468e12e5a9b.tar.gz
hardware_libhardware-be7f044b64c9448324fa791294135468e12e5a9b.tar.bz2
LE energy info feature
Header changes for energy info feature Change-Id: Ic341ad9089b444960c36beff726fa9ddb5c901a2
Diffstat (limited to 'include/hardware/bt_gatt_client.h')
-rw-r--r--include/hardware/bt_gatt_client.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/hardware/bt_gatt_client.h b/include/hardware/bt_gatt_client.h
index 64c51ab..2f72d3a 100644
--- a/include/hardware/bt_gatt_client.h
+++ b/include/hardware/bt_gatt_client.h
@@ -170,10 +170,6 @@ typedef void (*scan_filter_param_callback)(int action, int client_if, int status
/** Callback invoked when a scan filter configuration command has completed */
typedef void (*scan_filter_status_callback)(int enable, int client_if, int status);
-/** Track ADV VSE callback invoked when tracked device is found or lost */
-typedef void (*track_adv_event_callback)(int client_if, int filt_index, int addr_type,
- bt_bdaddr_t* bda, int adv_state);
-
/** Callback invoked when multi-adv enable operation has completed */
typedef void (*multi_adv_enable_callback)(int client_if, int status);
@@ -205,6 +201,9 @@ typedef void (*batchscan_reports_callback)(int client_if, int status, int report
/** Callback invoked when batchscan storage threshold limit is crossed */
typedef void (*batchscan_threshold_callback)(int client_if);
+/** Track ADV VSE callback invoked when tracked device is found or lost */
+typedef void (*track_adv_event_callback)(int client_if, int filt_index, int addr_type,
+ bt_bdaddr_t* bda, int adv_state);
typedef struct {
register_client_callback register_client_cb;