diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-07-27 22:18:43 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-02 21:36:31 -0700 |
commit | 0c4fbf9488c6c6298bcbde11fcd7cc43fc2084a9 (patch) | |
tree | 84f82e2f0be0449bf4d3b480c05d228c65f79da9 /binding-bluetooth/bluetooth-manager.h | |
parent | b7e7a45106469bdbaa1b296ed1b2a3f8aaadaf0e (diff) |
binding: bluetooth: save priority of paired devices for autoconnection
Store list of the order of devices paired to deduce priority of which
should be autoconnected to first.
Bug-AGL: SPEC-722
Change-Id: I0ab36b62842296ce5cc5c2bbfdbba1d4d2319f51
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding-bluetooth/bluetooth-manager.h')
-rw-r--r-- | binding-bluetooth/bluetooth-manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binding-bluetooth/bluetooth-manager.h b/binding-bluetooth/bluetooth-manager.h index ed02b28..54d7ff8 100644 --- a/binding-bluetooth/bluetooth-manager.h +++ b/binding-bluetooth/bluetooth-manager.h @@ -162,6 +162,7 @@ typedef struct { GMutex m; gint watch; GSList * device; + GSList * priorities; } stBluetoothManage; typedef struct tagBinding_RegisterCallback |