Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/common/
Dassert.h30 #define BT_ASSERT_MSG(cond, fmt, ...) \ macro
40 #define BT_ASSERT_MSG(cond, msg, ...) __ASSERT(cond, msg, ##__VA_ARGS__) macro