This avoids "Unknown command complete for opcode <nn>" errors. --- plugins/mgmtops.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c index 91b4a22..84d9adc 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; -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html