From cd1eab1f790e3b7cda86dd28ae658d7bbe5a7894 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 6 Jun 2017 20:01:16 -0700 Subject: binding: bluetooth: available BT UUID profiles reporting Since selection connect/disconnect can be done to a certain BT UUID profiles the available ones need to be listed to subscribers. Change-Id: I4497838ef2f9dd5e6fc40f1364a8b5f165a1831d Bug-AGL: SPEC-638 Signed-off-by: Matt Ranostay --- binding-bluetooth/bluetooth-manager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binding-bluetooth/bluetooth-manager.h') diff --git a/binding-bluetooth/bluetooth-manager.h b/binding-bluetooth/bluetooth-manager.h index e05fcb1..b11b11d 100644 --- a/binding-bluetooth/bluetooth-manager.h +++ b/binding-bluetooth/bluetooth-manager.h @@ -147,6 +147,7 @@ struct btd_device { gboolean connected; gboolean avconnected; gboolean hfpconnected; + GList *uuids; }; typedef struct { -- cgit 1.2.3-korg