summaryrefslogtreecommitdiffstats
path: root/plugins/lib/bluetooth/hal-bt.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-12-03 02:43:10 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-12-09 10:48:20 -0800
commite815fdaec657810c9ee8f33dc943dd5e9b7dab5f (patch)
treee00e4da903b627ea658bf87e6f26193e2d02ba84 /plugins/lib/bluetooth/hal-bt.h
parent453aabcfd2a3683eabf378dc3e8d2509badd1aa9 (diff)
plugins: hal-bt: update to new bluetooth binding API
Switch to using media events to detect audio sink transport states for connected devices. Bug-AGL: SPEC-1986 Change-Id: I834d5387ccd76d5ec0946f56536840736a7d96e0 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'plugins/lib/bluetooth/hal-bt.h')
-rw-r--r--plugins/lib/bluetooth/hal-bt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/lib/bluetooth/hal-bt.h b/plugins/lib/bluetooth/hal-bt.h
index af5f6c3..120c166 100644
--- a/plugins/lib/bluetooth/hal-bt.h
+++ b/plugins/lib/bluetooth/hal-bt.h
@@ -25,10 +25,10 @@
#define HAL_BT_PLUGIN_NAME "hal-bt"
#define BT_MANAGER_API "Bluetooth-Manager"
-#define BT_MANAGER_GET_POWER_INFO "power"
+#define BT_MANAGER_GET_ADAPTER_INFO "adapter_state"
#define BT_MANAGER_SUBSCRIBE_VERB "subscribe"
-#define BT_MANAGER_GET_DEVICES_VERB "discovery_result"
+#define BT_MANAGER_GET_DEVICES_VERB "managed_objects"
-#define BT_MANAGER_DEVICE_UPDATE_EVENT "device_updated"
+#define BT_MANAGER_DEVICE_UPDATE_EVENT "media"
-#endif /* _HAL_BT_INCLUDE_ */ \ No newline at end of file
+#endif /* _HAL_BT_INCLUDE_ */