Home
last modified time | relevance | path

Searched refs:BT_ASSERT_PRINT_MSG (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/common/
Dassert.h9 #define BT_ASSERT_PRINT_MSG(fmt, ...) __ASSERT_MSG_INFO(fmt, ##__VA_ARGS__) macro
12 #define BT_ASSERT_PRINT_MSG(fmt, ...) macro
34 BT_ASSERT_PRINT_MSG(fmt, ##__VA_ARGS__); \
/Zephyr-latest/subsys/bluetooth/controller/hal/
Ddebug.h20 BT_ASSERT_PRINT_MSG(fmt, ##__VA_ARGS__); \