summaryrefslogtreecommitdiffstats
path: root/net/netlabel
diff options
context:
space:
mode:
authorAbhishek Pandit-Subedi <abhishekpandit@chromium.org>2020-03-23 12:45:07 -0700
committerMarcel Holtmann <marcel@holtmann.org>2020-04-03 08:47:09 +0200
commit7fedd3bb6b77f9b6eefb0e4dcd8f79d0d00b86d7 (patch)
treeb6a480a472e8233544e2abe5b71e16f2d39d7a6a /net/netlabel
parent81bd5d0c62437c02caac6b3f942fcda874063cb0 (diff)
downloadlinux-7fedd3bb6b77f9b6eefb0e4dcd8f79d0d00b86d7.tar.gz
linux-7fedd3bb6b77f9b6eefb0e4dcd8f79d0d00b86d7.tar.bz2
linux-7fedd3bb6b77f9b6eefb0e4dcd8f79d0d00b86d7.zip
Bluetooth: Prioritize SCO traffic
When scheduling TX packets, send all SCO/eSCO packets first, check for pending SCO/eSCO packets after every ACL/LE packet and send them if any are pending. This is done to make sure that we can meet SCO deadlines on slow interfaces like UART. If we were to queue up multiple ACL packets without checking for a SCO packet, we might miss the SCO timing. For example: The time it takes to send a maximum size ACL packet (1024 bytes): t = 10/8 * 1024 bytes * 8 bits/byte * 1 packet / baudrate where 10/8 is uart overhead due to start/stop bits per byte Replace t = 3.75ms (SCO deadline), which gives us a baudrate of 2730666. At a baudrate of 3000000, if we didn't check for SCO packets within 1024 bytes, we would miss the 3.75ms timing window. Signed-off-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/netlabel')
0 files changed, 0 insertions, 0 deletions