Thread (3 messages) flat view 3 messages, 2 authors, 2012-02-23
STALE5329d

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

From: Anderson Lizardo <hidden>
Date: 2012-02-23 15:58:27
Subsystem: the rest · Maintainer: Linus Torvalds

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help