aboutsummaryrefslogtreecommitdiffstats
path: root/binding/bluetooth-common.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-02-25 21:11:29 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-04-04 11:47:32 -0700
commit17c4b3a74117d16315fc40eac7fb8d50007ad40e (patch)
tree2a123bc4539d0e9166b9379e254e6e97bc7eb4e0 /binding/bluetooth-common.h
parent131549d495b2d76a5d52808e25d25f4ceb852199 (diff)
binding: bluetooth: add adapter_changes event
adapter_changes event allows clients to know when an adapter's status changes as in addition or removal. Bug-AGL: SPEC-1763 SPEC-2290 Change-Id: I7a442ece7cf6b508d6290130a939fccc1bddebb9 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding/bluetooth-common.h')
-rw-r--r--binding/bluetooth-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binding/bluetooth-common.h b/binding/bluetooth-common.h
index 8b21656..5ff1c27 100644
--- a/binding/bluetooth-common.h
+++ b/binding/bluetooth-common.h
@@ -40,6 +40,7 @@ struct bluetooth_state {
guint device_sub;
guint autoconnect_sub;
+ afb_event_t adapter_changes_event;
afb_event_t device_changes_event;
afb_event_t media_event;
afb_event_t agent_event;