zephyr/subsys/bluetooth
Ivan Herrera Olivares 71b4dcf269 Bluetooth: L2CAP: Add check to see if device is not disconnected
Currently, if a bluetooth peripheral sends a connection parameter update
request to a Zephyr central while the central is in the process of
disconnecting and has sent a connection terminate command in the same
connection interval, the central will try to reply, resulting in an
error being printed in the console.

This commit adds a check in le_conn_param_update_req that catches this
state before the central considers this request, preventing the unneeded
error being printed.

Fixes #48813

Signed-off-by: Ivan Herrera Olivares <ivan.herreraolivares@uantwerpen.be>
2022-08-17 08:06:19 +00:00
..
audio Bluetooth: audio: Add security requirements check 2022-08-16 12:19:43 +02:00
common bluetooth: common: remove Enable from BT_HCI_VS_FATAL_ERROR prompt 2022-08-02 14:35:57 +02:00
controller Bluetooth: controller: llcp: fix CI tests for new LLCP 2022-08-14 21:59:09 +02:00
host Bluetooth: L2CAP: Add check to see if device is not disconnected 2022-08-17 08:06:19 +00:00
mesh doxygen: remove redundant usages of def 2022-08-09 12:29:28 +02:00
services
shell Bluetooth: shell: Fix available contexts value 2022-08-08 15:03:55 +02:00
CMakeLists.txt
Kconfig
Kconfig.adv Bluetooth: Mark Extended Adv as stable 2022-08-16 18:10:59 +02:00
Kconfig.iso