diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mgmtops.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c index 95fbe8b0..42a8a1f9 100644 --- a/plugins/mgmtops.c +++ b/plugins/mgmtops.c @@ -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; |