]> git.baikalelectronics.ru Git - kernel.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)
commitee1a311dba7c4d26a21dff118a1eb74e74c04090
treece59ad178e808edd56e8e71f3dffa2799fad9158
parente6ff20dda737373932937b60e1afd4c57613eb39
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