From: Jakub Pawlowski <jpawlowski@google.com>
To: linux-bluetooth@vger.kernel.org
Cc: Jakub Pawlowski <jpawlowski@google.com>
Subject: [PATCH v1 0/4] Start service discovery
Date: Tue, 25 Nov 2014 16:45:42 -0800 [thread overview]
Message-ID: <1416962746-19750-1-git-send-email-jpawlowski@google.com> (raw)
Jakub Pawlowski (4):
Add le_scan_restart that can be used to restart le scan. In order
to use it please i.e. do:
Extract generic_start_discovery and generic_stop_discovery in
preparation for start_service_discovery and stop_service_discovery.
Adding HCI_QUIRK_ADV_RSSI_DEDUP. When this quirk is set, the
device, when in scan with deduplication is not sending advertising
reports for device when RSSI value changes.
Introducing start service discovery and stop service discovery
methods.
include/net/bluetooth/hci.h | 9 +
include/net/bluetooth/hci_core.h | 16 ++
include/net/bluetooth/mgmt.h | 26 +++
net/bluetooth/hci_core.c | 42 ++++
net/bluetooth/hci_event.c | 3 +-
net/bluetooth/mgmt.c | 443 ++++++++++++++++++++++++++++++---------
6 files changed, 444 insertions(+), 95 deletions(-)
--
2.1.0.rc2.206.gedb03e5
next reply other threads:[~2014-11-26 0:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-26 0:45 Jakub Pawlowski [this message]
2014-11-26 0:45 ` [PATCH v1 1/4] Add le_scan_restart that can be used to restart le scan. In order to use it please i.e. do: Jakub Pawlowski
2014-11-26 0:45 ` [PATCH v1 2/4] Extract generic_start_discovery and generic_stop_discovery in preparation for start_service_discovery and stop_service_discovery Jakub Pawlowski
2014-11-26 0:45 ` [PATCH v1 3/4] Adding HCI_QUIRK_ADV_RSSI_DEDUP. When this quirk is set, the device, when in scan with deduplication is not sending advertising reports for device when RSSI value changes Jakub Pawlowski
2014-11-26 0:45 ` [PATCH v1 4/4] Introducing start service discovery and stop service discovery methods Jakub Pawlowski
-- strict thread matches above, loose matches on Subject: below --
2014-10-27 20:41 [PATCH v1 0/4] Start service discovery Jakub Pawlowski
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=1416962746-19750-1-git-send-email-jpawlowski@google.com \
--to=jpawlowski@google.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;
as well as URLs for NNTP newsgroup(s).