Diff between e1b808c128fa0f1a2a5e16387e3b026cf3d6ec83 and 71cec503c8da865ab1e74ea6716a8034264dcb48
Changed Files
| File | Additions | Deletions | Status |
| src/device.c | +1 | -1 | modified |
Full Patch
diff --git a/src/device.c b/src/device.c
index 3992f9a..381faf9 100644
--- a/src/device.c
+++ b/src/device.c
@@ -5545,7 +5545,7 @@ static void gatt_client_service_changed(uint16_t start_handle,
static void gatt_debug(const char *str, void *user_data)
{
- DBG("%s", str);
+ DBG_IDX(0xffff, "%s", str);
}
static void gatt_client_init(struct btd_device *device)