]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: btrtl: Set msft ext address filter quirk for RTL8852B
authorHilda Wu <hildawu@realtek.com>
Thu, 29 Aug 2024 08:40:05 +0000 (16:40 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 10 Sep 2024 17:06:24 +0000 (13:06 -0400)
commit9a0570948c5def5c59e588dc0e009ed850a1f5a1
tree89e950d79dde92002ceed1823699687101ba2ed4
parent97c7ed86322440131f834d34c6670d1d472901dd
Bluetooth: btrtl: Set msft ext address filter quirk for RTL8852B

For tracking multiple devices concurrently with a condition.
The patch enables the HCI_QUIRK_USE_MSFT_EXT_ADDRESS_FILTER quirk
on RTL8852B controller.

The quirk setting is based on commit 9e14606d8f38 ("Bluetooth: msft:
Extended monitor tracking by address filter")

With this setting, when a pattern monitor detects a device, this
feature issues an address monitor for tracking that device. Let the
original pattern monitor keep monitor new devices.

Signed-off-by: Hilda Wu <hildawu@realtek.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btrtl.c