Searched refs:ASSERT_TRUE_MSG (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_replay_cache.c | 181 ASSERT_TRUE_MSG(rx_cnt == 3, "Device didn't receive expected data\n"); in test_rx_immediate_replay_attack() 238 ASSERT_TRUE_MSG(rx_cnt == 3, "Device didn't receive expected data\n"); in test_rx_power_replay_attack()
|
D | mesh_test.h | 78 #define ASSERT_TRUE_MSG(cond, fmt, ...) \ macro
|
D | test_dfu.c | 604 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 3, in test_dist_dfu_slot_create() 671 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 3, in test_dist_dfu_slot_create_recover() 701 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 3, in check_delete_all() 715 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 3, in test_dist_dfu_slot_delete_all() 766 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 1, in test_dist_dfu_slot_idempotency()
|
D | test_advertiser.c | 99 ASSERT_TRUE_MSG(!dummy_buf, "Unexpected extra buffer\n"); in verify_adv_queue_overflow() 327 ASSERT_TRUE_MSG(!buf->data, "Data not cleared!\n"); in send_order_end_cb()
|
D | test_blob.c | 80 ASSERT_TRUE_MSG(partial_block <= block->size, "Received block is too large\n"); in blob_chunk_wr()
|
D | test_provision.c | 581 ASSERT_TRUE_MSG(healthpub.addr == BT_MESH_ADDR_UNASSIGNED, "Pub not cleared\n"); in node_configure_and_reset()
|