From: Andre Guedes <andre.guedes@openbossa.org>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH] Add discovery cases to mgmt_cmd_complete()
Date: Thu, 3 Nov 2011 16:53:59 -0300 [thread overview]
Message-ID: <1320350039-25678-1-git-send-email-andre.guedes@openbossa.org> (raw)
---
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
next reply other threads:[~2011-11-03 19:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-03 19:53 Andre Guedes [this message]
2011-11-04 13:21 ` [PATCH] Add discovery cases to mgmt_cmd_complete() Johan Hedberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1320350039-25678-1-git-send-email-andre.guedes@openbossa.org \
--to=andre.guedes@openbossa.org \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox