* [PATCH] Add discovery cases to mgmt_cmd_complete()
@ 2011-11-03 19:53 Andre Guedes
2011-11-04 13:21 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Andre Guedes @ 2011-11-03 19:53 UTC (permalink / raw)
To: linux-bluetooth
---
plugins/mgmtops.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c
index ef49a0d..d4221b8 100644
--- a/plugins/mgmtops.c
+++ b/plugins/mgmtops.c
@@ -1225,6 +1225,12 @@ static void mgmt_cmd_complete(int sk, uint16_t index, void *buf, size_t len)
case MGMT_OP_SET_FAST_CONNECTABLE:
DBG("set_fast_connectable complete");
break;
+ case MGMT_OP_START_DISCOVERY:
+ DBG("start_discovery complete");
+ break;
+ case MGMT_OP_STOP_DISCOVERY:
+ DBG("stop_discovery complete");
+ break;
default:
error("Unknown command complete for opcode %u", opcode);
break;
--
1.7.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-04 13:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-03 19:53 [PATCH] Add discovery cases to mgmt_cmd_complete() Andre Guedes
2011-11-04 13:21 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox