Peripheral initiated connection parameter update is ignored #28870
Labels
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
Describe the bug
If a peripheral initiates a connection parameter update before the first conn param update timer has expired, its requested parameters are ignored (no error code return from
bt_conn_le_param_update()
). IfCONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n
nothing will happen when the timer eventually does expireTo Reproduce
Steps to reproduce the behavior:
west build -b nrf5284dk_nrf52840 -d build samples/bluetooth/peripheral_hr
)Expected behavior
I would expect
bt_conn_le_param_update()
to eitherLogs and console output
nRF Sniffer/Wireshark log: conn-update-delay.zip
Sample log output:
The text was updated successfully, but these errors were encountered: