This adds initial test for L2CAP APIs that don't require a connection thus can be run without any extra setup. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_ZTEST=y
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_BT_CTLR=n
|
|
CONFIG_BT_NO_DRIVER=y
|
|
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|