]> asedeno.scripts.mit.edu Git - linux.git/commit
Bluetooth: Add support for utilizing Fast Advertising Interval
authorSpoorthi Ravishankar Koppad <spoorthix.k@intel.com>
Mon, 15 Jul 2019 11:35:22 +0000 (17:05 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 5 Sep 2019 15:27:21 +0000 (17:27 +0200)
commitad4a6795e0cfd7f2954ff004e83f00e0aa097f4c
treece59ad178e808edd56e8e71f3dffa2799fad9158
parent0e5b36bc4c1fccfc18dd851d960781589c16dae8
Bluetooth: Add support for utilizing Fast Advertising Interval

Changes made to add support for fast advertising interval
as per core 4.1 specification, section 9.3.11.2.

A peripheral device entering any of the following GAP modes and
sending either non-connectable advertising events or scannable
undirected advertising events should use adv_fast_interval2
(100ms - 150ms) for adv_fast_period(30s).

         - Non-Discoverable Mode
         - Non-Connectable Mode
         - Limited Discoverable Mode
         - General Discoverable Mode

Signed-off-by: Spoorthi Ravishankar Koppad <spoorthix.k@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_request.c