From: anderson.briglia@openbossa.org
To: linux-bluetooth@vger.kernel.org
Cc: Anderson Briglia <anderson.briglia@openbossa.org>
Subject: [RFC 0/2] Bluetooth: Implement Read RSSI and TX Power cmds
Date: Wed, 15 Jun 2011 17:12:19 -0400 [thread overview]
Message-ID: <4df91f96.e14fec0a.4a53.2989@mx.google.com> (raw)
In-Reply-To: <y>
From: Anderson Briglia <anderson.briglia@openbossa.org>
This RFC implements two commands into MGMT Interface: Read RSSI and Read TX
Power. The current approach adds these commands into HCI layer and add hooks
for MGMT handling.
Read RSSI and TX Power Level are used for Proximity to calculate the Path Loss.
Patches for userspace were also implemented, see the respective RFC.
Note that the patches are rebased on top of Vinicius Gomes kernel tree since
they are dependent on Andre Guedes discovery patches:
git://git.infradead.org/users/vcgomes/linux-2.6.git branch for-upstream
Regards,
Anderson Briglia
Anderson Briglia (1):
Bluetooth: Implement Read RSSI command
Bruna Moreira (1):
Bluetooth: Implement Read Transmit Power Level command
include/net/bluetooth/hci.h | 20 ++++
include/net/bluetooth/hci_core.h | 5 +
include/net/bluetooth/mgmt.h | 20 ++++
net/bluetooth/hci_event.c | 48 +++++++++
net/bluetooth/mgmt.c | 206 ++++++++++++++++++++++++++++++++++++++
5 files changed, 299 insertions(+), 0 deletions(-)
--
1.7.4.1
reply other threads:[~2011-06-15 21:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4df91f96.e14fec0a.4a53.2989@mx.google.com \
--to=anderson.briglia@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;
as well as URLs for NNTP newsgroup(s).