diff options
Diffstat (limited to 'bluetooth-manager.h')
-rw-r--r-- | bluetooth-manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bluetooth-manager.h b/bluetooth-manager.h index e05fcb1..b11b11d 100644 --- a/bluetooth-manager.h +++ b/bluetooth-manager.h @@ -147,6 +147,7 @@ struct btd_device { gboolean connected; gboolean avconnected; gboolean hfpconnected; + GList *uuids; }; typedef struct { |