From 5a878d96f94a565a1675165a0d758f4f44fc5902 Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Thu, 23 Feb 2012 11:58:27 -0400 Subject: mgmtops: Add SET_LE/SET_SSP command complete handling This avoids "Unknown command complete for opcode " errors. --- plugins/mgmtops.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins') diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c index 91b4a221..84d9adcb 100644 --- a/plugins/mgmtops.c +++ b/plugins/mgmtops.c @@ -1185,6 +1185,12 @@ static void mgmt_cmd_complete(int sk, uint16_t index, void *buf, size_t len) case MGMT_OP_SET_PAIRABLE: mgmt_new_settings(sk, index, ev->data, len); break; + case MGMT_OP_SET_SSP: + DBG("set_ssp complete"); + break; + case MGMT_OP_SET_LE: + DBG("set_le complete"); + break; case MGMT_OP_ADD_UUID: DBG("add_uuid complete"); break; -- cgit v1.2.3