From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ 3/3] android/socket: Log not implemented HAL functions
Date: Fri, 1 Nov 2013 15:52:45 +0200 [thread overview]
Message-ID: <1383313965-30182-3-git-send-email-luiz.dentz@gmail.com> (raw)
In-Reply-To: <1383313965-30182-1-git-send-email-luiz.dentz@gmail.com>
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This makes it easier to spot which functions the HAL is calling.
---
android/socket.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/android/socket.c b/android/socket.c
index 39709cd..b6eed6e 100644
--- a/android/socket.c
+++ b/android/socket.c
@@ -34,11 +34,15 @@
static int handle_listen(void *buf)
{
+ DBG("Not implemented");
+
return -1;
}
static int handle_connect(void *buf)
{
+ DBG("Not implemented");
+
return -1;
}
--
1.8.3.1
next prev parent reply other threads:[~2013-11-01 13:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-01 13:52 [PATCH BlueZ 1/3] android/adapter: Log not implemented properties Luiz Augusto von Dentz
2013-11-01 13:52 ` [PATCH BlueZ 2/3] android/hid: Log not implemented HAL functions Luiz Augusto von Dentz
2013-11-01 13:52 ` Luiz Augusto von Dentz [this message]
2013-11-01 14:41 ` [PATCH BlueZ 1/3] android/adapter: Log not implemented properties 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=1383313965-30182-3-git-send-email-luiz.dentz@gmail.com \
--to=luiz.dentz@gmail.com \
--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