diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-09-11 17:31:26 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:57:27 +0200 |
commit | 26e4b4b0d7ccc237fc0102103f9ad9ce8fe5c679 (patch) | |
tree | 1376ec0176300f7410630a09f3a6790478781d0e /plugins/lib/bluetooth/hal-bt-data.h | |
parent | 26741cc7c9fa1302016d05f936befc7f1b79bfd0 (diff) |
Improve Hal-Bt print messages
Improve Hal-Bt print messages by changing the print level of messages,
by adding some messages, and by add information for
some existing messages.
Also improve response of requests.
Change-Id: Icf6dc9f4da1a2ee912dda2850464926c68f2eda6
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'plugins/lib/bluetooth/hal-bt-data.h')
-rw-r--r-- | plugins/lib/bluetooth/hal-bt-data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/lib/bluetooth/hal-bt-data.h b/plugins/lib/bluetooth/hal-bt-data.h index e57f02f..36e0430 100644 --- a/plugins/lib/bluetooth/hal-bt-data.h +++ b/plugins/lib/bluetooth/hal-bt-data.h @@ -45,6 +45,8 @@ struct HalBtDeviceData { struct HalBtPluginData { unsigned int halBtPluginEnabled; + AFB_ApiT currentHalApiHandle; + struct SpecificHalData *currentHalData; unsigned int btStreamEnabled; |