Searched refs:BT_ASSERT_MSG (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/common/ |
| D | assert.h | 30 #define BT_ASSERT_MSG(cond, fmt, ...) \ macro 40 #define BT_ASSERT_MSG(cond, msg, ...) __ASSERT(cond, msg, ##__VA_ARGS__) macro
|
| /Zephyr-latest/subsys/bluetooth/controller/hal/ |
| D | debug.h | 27 BT_ASSERT_MSG(cond, fmt, ##__VA_ARGS__)
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | hci_core.c | 252 BT_ASSERT_MSG(buf, "Unable to alloc for Host NCP"); in bt_send_one_host_num_completed_packets() 262 BT_ASSERT_MSG(err == 0, "Unable to send Host NCP (err %d)", err); in bt_send_one_host_num_completed_packets() 433 BT_ASSERT_MSG(success, "command opcode 0x%04x timeout", opcode); in bt_hci_cmd_send_sync() 439 BT_ASSERT_MSG(err == 0, in bt_hci_cmd_send_sync()
|
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | ascs.c | 682 BT_ASSERT_MSG(false, "Invalid state transition: %s -> %s", in ascs_ep_set_state()
|