[PATCH BlueZ 2/2] mgmtops: Add SET_LE/SET_SSP command complete handling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux