Home
last modified time | relevance | path

Searched defs:BT_ASSERT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/common/
Dassert.h22 #define BT_ASSERT(cond) \ macro
39 #define BT_ASSERT(cond) __ASSERT_NO_MSG(cond) macro
DKconfig247 config BT_ASSERT config