zephyr/tests/bluetooth/buf/testcase.yaml
Pavel Vasilyev 0d0669167b tests: bluetooth: buf: Test the freed buf callback
This commit adds a unit test that checks the freed buffer callback of
the bluetooth data buffer API.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
2024-12-10 11:09:36 +01:00

31 lines
639 B
YAML

common:
tags:
- bluetooth
- host
tests:
bluetooth.buf:
platform_allow:
- native_sim
- native_sim/native/64
integration_platforms:
- native_sim
extra_configs:
- CONFIG_BT_HCI_ACL_FLOW_CONTROL=y
bluetooth.buf.no_acl_flow_control:
platform_allow:
- native_sim
- native_sim/native/64
integration_platforms:
- native_sim
extra_configs:
- CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
bluetooth.buf.hci_raw:
platform_allow:
- native_sim
- native_sim/native/64
integration_platforms:
- native_sim
extra_configs:
- CONFIG_BT_HCI_RAW=y