-
Notifications
You must be signed in to change notification settings - Fork 624
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf fromtree] Bluetooth: Controller: Fix to use non-discardable buffer
Fix to use non-discardable Rx buffer for handling Extended and Periodic Advertising Report. Regression introduced in commit 18171bc ("Bluetooth: Host: Non-discardable event buffer size is 255 for ext adv"). The default discardable Rx buffer size was reduced causing increased fragmentation and deadlock trying to get more free discardable Rx buffers to generate HCI Extended and Periodic Advertising reports. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 230f4f1) (cherry picked from commit 901604f)
- Loading branch information
1 parent
7d45497
commit 54af281
Showing
1 changed file
with
13 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters