aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-12-03 14:38:13 -0800
committerMarcel Holtmann <marcel@holtmann.org>2021-12-07 17:05:51 +0100
commit800fe5ec302e1ebbf5e3f891f886deecd49c7132 (patch)
tree8d265d3db17c9eade894131c421ddd43c5aa42a4 /include/net/bluetooth
parentBluetooth: hci_core: Rework hci_conn_params flags (diff)
downloadlinux-dev-800fe5ec302e1ebbf5e3f891f886deecd49c7132.tar.xz
linux-dev-800fe5ec302e1ebbf5e3f891f886deecd49c7132.zip
Bluetooth: btusb: Add support for queuing during polling interval
This makes btusb to queue ACL and events during a polling interval by using of a delayed work, with the interval working as a time window where frames received from different endpoints are considered to be arrived at same time and then attempt to resolve potential conflics by processing the events ahead of ACL packets. It worth noting though that priorizing events over ACL data may result in inverting the order compared to how they appeared over the air, for instance there may be packets received before a disconnect event that will be discarded and unencrypted packets received before encryption change which would considered encrypted, because of these potential changes on the order the support for queuing during the polling interval is not enabled by default so it requires setting force_poll_sync debugfs while the adapter is down. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth')
0 files changed, 0 insertions, 0 deletions