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-04 15:31:03 -0700 |
commit | 4e226ba5ad81c09dc62cd1c4295bd20fbd1d7711 (patch) | |
tree | e74fd9b48180c2fb1031e9eda44f8a293885aa95 /binding-bluetooth/bluetooth-manager.h | |
parent | dabd2b715a9104dd2e990fddf06b06f0d4d7bd62 (diff) |
Store list of the order of devices paired to deduce priority of which
should be autoconnected to first.
Change-Id: I0db62e93dfae92a63cbd6f45515093344322f2ca
Bug-AGL: SPEC-722
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 |