linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Start service discovery
@ 2014-10-27 20:41 Jakub Pawlowski
  2014-10-27 20:41 ` [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
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Jakub Pawlowski @ 2014-10-27 20:41 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jakub Pawlowski

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


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH v1 0/4] Start service discovery
@ 2014-11-26  0:45 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
  0 siblings, 1 reply; 10+ messages in thread
From: Jakub Pawlowski @ 2014-11-26  0:45 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jakub Pawlowski

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-11-26  0:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-27 20:41 [PATCH v1 0/4] Start service discovery Jakub Pawlowski
2014-10-27 20:41 ` [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-10-28 16:38   ` Marcel Holtmann
2014-10-27 20:41 ` [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-10-28 16:52   ` Marcel Holtmann
2014-10-27 20:41 ` [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-10-28 16:33   ` Marcel Holtmann
2014-10-27 20:41 ` [PATCH v1 4/4] Introducing start service discovery and stop service discovery methods Jakub Pawlowski
2014-10-28 16:47   ` Marcel Holtmann
  -- strict thread matches above, loose matches on Subject: below --
2014-11-26  0:45 [PATCH v1 0/4] Start 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

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).