Diff between a5ee41a24f65e53f4398b90a5cb8cb819843860b and 2e77a0b2f3c68ee87c7f51dc7e9bf0449fbac447
Changed Files
| File | Additions | Deletions | Status |
| android/bluetooth.c | +1 | -1 | modified |
Full Patch
diff --git a/android/bluetooth.c b/android/bluetooth.c
index 041f922..acd2dd2 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -1061,7 +1061,7 @@ static unsigned int confirm_device_name(const bdaddr_t *addr, uint8_t addr_type,
if (!resolve_name)
cp.name_known = 1;
- res = mgmt_reply(mgmt_if, MGMT_OP_CONFIRM_NAME, adapter.index,
+ res = mgmt_send(mgmt_if, MGMT_OP_CONFIRM_NAME, adapter.index,
sizeof(cp), &cp, confirm_device_name_cb,
NULL, NULL);
if (!res)