From 7b797f88f8f28687081e2baf08ecf8d510610a63 Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Wed, 29 Feb 2012 15:57:15 -0400 Subject: mgmtops: Add CANCEL_PAIR_DEVICE command complete handling This avoids the "Unknown command complete for opcode 26" error. --- plugins/mgmtops.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins') 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; -- cgit v1.2.3