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>
This commit is contained in:
Pavel Vasilyev 2024-11-19 10:11:26 +01:00 committed by Benjamin Cabé
commit 0d0669167b
4 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,10 @@
CONFIG_TEST=y
CONFIG_ZTEST=y
CONFIG_BT=y
CONFIG_BT_CTLR=n
CONFIG_BT_H4=n
# Needed to enable and test the iso rx pool
CONFIG_BT_OBSERVER=y
CONFIG_BT_ISO_SYNC_RECEIVER=y