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:
parent
c2488fdd30
commit
0d0669167b
4 changed files with 120 additions and 0 deletions
10
tests/bluetooth/buf/prj.conf
Normal file
10
tests/bluetooth/buf/prj.conf
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue