Diff between 697405ef01f0deea1cb522edb379b5d217194629 and a293f0e8f450c6247864b2a59f30ab7861f00544
Changed Files
| File | Additions | Deletions | Status |
| android/hal-bluetooth.c | +1 | -1 | modified |
Full Patch
diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c
index 4689bf2..18e805b 100644
--- a/android/hal-bluetooth.c
+++ b/android/hal-bluetooth.c
@@ -724,7 +724,7 @@ static int ssp_reply(const bt_bdaddr_t *bd_addr, bt_ssp_variant_t variant,
static const void *get_profile_interface(const char *profile_id)
{
- DBG("%s: %s", __func__, profile_id);
+ DBG("%s", profile_id);
if (!interface_ready())
return NULL;