zephyr/subsys/bluetooth/controller
Vinayak Kariappa Chettimada be003be10a Bluetooth: Decrease Rx processing priority
The following error and warning is received when connecting
to certain central devices:
[bt] [ERR] hci_num_completed_packets: packets count mismatch
[bt] [WRN] bt_att_recv: Ignoring unexpected request

This could happen if Tx-ed packet is not added to pending
list before a num of completed packets event and/or new Rx
packet is received.

This is fixed by reducing the Rx thread priorities in the
Host and the Controller.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2017-07-07 10:33:55 +03:00
..
hal Bluetooth: controller: Add device match ID radio API 2017-06-27 22:26:43 +03:00
hci Bluetooth: Decrease Rx processing priority 2017-07-07 10:33:55 +03:00
include Bluetooth: controller: Rename chl_* to chan_* 2017-07-04 08:16:29 +03:00
ll_sw Bluetooth: controller: Fix first interval to be within +/-16us 2017-07-06 14:48:32 +03:00
ticker Bluetooth: controller: support for code exe. in co-operation with radio 2017-06-28 12:29:50 +02:00
util Bluetooth: controller: Rename mem function that checks all-zero mem 2017-06-20 15:20:09 +03:00
Kconfig Bluetooth: controller: Add radio fast ramp feature 2017-06-22 18:48:15 +03:00
Makefile Bluetooth: controller: Cleanup makefiles 2017-03-21 17:05:43 -07:00