summaryrefslogtreecommitdiffstats
path: root/plugins/lib/bluetooth/hal-bt.h
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2018-12-11 14:41:04 +0100
committerJonathan Aillet <jonathan.aillet@iot.bzh>2018-12-11 18:30:14 +0100
commite21e7421988fde2023a1dc53cb151ba4f2adfe20 (patch)
tree40c91ae802ea4fd6bb557c3bf7f5a3fab8be474f /plugins/lib/bluetooth/hal-bt.h
parente815fdaec657810c9ee8f33dc943dd5e9b7dab5f (diff)
hal-bt: Use another verb to get adapter number.flounder_6.0.3flounder/6.0.36.0.3
Use 'managed_objects' verb of 'Bluetooth-Manager' api to get adapter number. Before this change, some errors were not detected correctly. Bug-AGL: SPEC-1986 Change-Id: I0f2e697c9b4aef58aa50c3ea85359670961f7d6b Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'plugins/lib/bluetooth/hal-bt.h')
-rw-r--r--plugins/lib/bluetooth/hal-bt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/lib/bluetooth/hal-bt.h b/plugins/lib/bluetooth/hal-bt.h
index 120c166..f4e2a48 100644
--- a/plugins/lib/bluetooth/hal-bt.h
+++ b/plugins/lib/bluetooth/hal-bt.h
@@ -25,7 +25,6 @@
#define HAL_BT_PLUGIN_NAME "hal-bt"
#define BT_MANAGER_API "Bluetooth-Manager"
-#define BT_MANAGER_GET_ADAPTER_INFO "adapter_state"
#define BT_MANAGER_SUBSCRIBE_VERB "subscribe"
#define BT_MANAGER_GET_DEVICES_VERB "managed_objects"