mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-29 15:14:31 +08:00
mgmtops: Add CANCEL_PAIR_DEVICE command complete handling
This avoids the "Unknown command complete for opcode 26" error.
This commit is contained in:
parent
f3bf387f1d
commit
7b797f88f8
@ -1326,6 +1326,9 @@ static void mgmt_cmd_complete(int sk, uint16_t index, void *buf, size_t len)
|
||||
case MGMT_OP_LOAD_LINK_KEYS:
|
||||
DBG("load_link_keys complete");
|
||||
break;
|
||||
case MGMT_OP_CANCEL_PAIR_DEVICE:
|
||||
DBG("cancel_pair_device complete");
|
||||
break;
|
||||
case MGMT_OP_UNPAIR_DEVICE:
|
||||
DBG("unpair_device complete");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user