summaryrefslogtreecommitdiff
path: root/android/hal-bluetooth.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@gmail.com>2013-12-30 23:43:38 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-01 18:28:50 +0200
commitc927bb6db30a4a78a287b50f5a1323a3889b965b (patch)
tree322bcd6a891bbe64138fc041e51776e2c004e97e /android/hal-bluetooth.c
parent500007e24f5ae657c8d9ec818816939440bcf434 (diff)
downloadbluez-c927bb6db30a4a78a287b50f5a1323a3889b965b.tar.gz
android/hal-bluetooth: Add debug print to config_hci_snoop_log
Improves debugs and make it consistent with other methods.
Diffstat (limited to 'android/hal-bluetooth.c')
-rw-r--r--android/hal-bluetooth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c
index a95c4eaab..7accdccb5 100644
--- a/android/hal-bluetooth.c
+++ b/android/hal-bluetooth.c
@@ -829,6 +829,8 @@ static int le_test_mode(uint16_t opcode, uint8_t *buf, uint8_t len)
#if PLATFORM_SDK_VERSION > 18
static int config_hci_snoop_log(uint8_t enable)
{
+ DBG("enable %u", enable);
+
if (enable && property_set("ctl.start", SNOOP_SERVICE_NAME) < 0) {
error("Failed to start service %s", SNOOP_SERVICE_NAME);
return BT_STATUS_FAIL;