Improves debugs and make it consistent with other methods. --- android/hal-bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c index a95c4ea..7accdcc 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; -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html