zephyr/tests/bluetooth/controller/ctrl_phy_update/testcase.yaml
Andries Kruithof b909647d0a Bluetooth: controller: llcp: serialize phy update notifications
The PHY update procedure may trigger a DLE update in certain
situations
When a limited number of rx buffers is available there may not be
enough for doing the phy update and dle update notifications
at once.

Fixes #41788

Signed-off-by: Andries Kruithof <Andries.Kruithof@nordicsemi.no>
2022-04-04 15:33:59 +02:00

9 lines
277 B
YAML

common:
tags: test_framework bluetooth bt_phy_update bt_ull_llcp
tests:
bluetooth.controller.ctrl_phy_update.test:
type: unit
bluetooth.controller.ctrl_phy_update.test_reduced_buf:
type: unit
extra_args: KCONFIG_OVERRIDE_FILE="kconfig_override_rx_cnt.h"