summaryrefslogtreecommitdiffstats
path: root/binding-bluetooth/bluetooth-manager.h
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-07-27 22:18:43 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-08-04 15:31:03 -0700
commit4e226ba5ad81c09dc62cd1c4295bd20fbd1d7711 (patch)
treee74fd9b48180c2fb1031e9eda44f8a293885aa95 /binding-bluetooth/bluetooth-manager.h
parentdabd2b715a9104dd2e990fddf06b06f0d4d7bd62 (diff)
binding: bluetooth: save priority of paired devices for autoconnectiondab_4.0.1dab/4.0.14.0.1
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.h1
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