diff options
author | Sven Peter <sven@svenpeter.dev> | 2022-11-04 22:13:01 +0100 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2022-12-12 14:19:24 -0800 |
commit | 392fca352c7a95e2828d49e7500e26d0c87ca265 (patch) | |
tree | 22c5f661c04108140bdc3a937094e5c859a1a814 /include/net/bonding.h | |
parent | ad38e55e1c89384aecee1bb0425bf1bf21ec86fd (diff) | |
download | linux-stable-392fca352c7a95e2828d49e7500e26d0c87ca265.tar.gz linux-stable-392fca352c7a95e2828d49e7500e26d0c87ca265.tar.bz2 linux-stable-392fca352c7a95e2828d49e7500e26d0c87ca265.zip |
Bluetooth: Add quirk to disable extended scanning
Broadcom 4377 controllers found in Apple x86 Macs with the T2 chip
claim to support extended scanning when querying supported states,
< HCI Command: LE Read Supported St.. (0x08|0x001c) plen 0
> HCI Event: Command Complete (0x0e) plen 12
LE Read Supported States (0x08|0x001c) ncmd 1
Status: Success (0x00)
States: 0x000003ffffffffff
[...]
LE Set Extended Scan Parameters (Octet 37 - Bit 5)
LE Set Extended Scan Enable (Octet 37 - Bit 6)
[...]
, but then fail to actually implement the extended scanning:
< HCI Command: LE Set Extended Sca.. (0x08|0x0041) plen 8
Own address type: Random (0x01)
Filter policy: Accept all advertisement (0x00)
PHYs: 0x01
Entry 0: LE 1M
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4
LE Set Extended Scan Parameters (0x08|0x0041) ncmd 1
Status: Unknown HCI Command (0x01)
Signed-off-by: Sven Peter <sven@svenpeter.dev>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'include/net/bonding.h')
0 files changed, 0 insertions, 0 deletions