Searched refs:SDU_NUM (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/ |
D | data.h | 10 #define SDU_NUM 200 /* Number of SDU (L2CAP buffers) to send */ macro
|
D | dut.c | 79 if (ctx->sdu_count < SDU_NUM) { in resume_sending_until_done() 266 TEST_ASSERT(total_sdu_count <= (SDU_NUM * CONFIG_BT_MAX_CONN), in all_data_transferred() 269 return total_sdu_count == (SDU_NUM * CONFIG_BT_MAX_CONN); in all_data_transferred()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/ |
D | data.h | 11 #define SDU_NUM 3 macro
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/src/ |
D | dut.c | 62 LOG_INF("Received SDU %d / %d from (%s)", tester->sdu_count, SDU_NUM, addr); in recv_cb() 142 TEST_ASSERT(total_sdu_count <= (SDU_NUM * NUM_TESTERS), "Received more SDUs than expected"); in all_data_transferred() 144 return total_sdu_count == (SDU_NUM * NUM_TESTERS); in all_data_transferred()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | main.c | 20 #define SDU_NUM 3 macro 247 while (rx_cnt < SDU_NUM) { in test_peripheral_main() 264 ASSERT(rx_cnt == SDU_NUM, "Did not receive expected no of SDUs\n"); in test_peripheral_main() 373 test_ctx.tx_left = SDU_NUM; in test_central_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
D | main.c | 18 #define SDU_NUM 3 macro 260 while (rx_cnt < SDU_NUM) { in test_peripheral_main() 277 ASSERT(rx_cnt == SDU_NUM, "Did not receive expected no of SDUs\n"); in test_peripheral_main() 407 test_ctx.tx_left = SDU_NUM; in test_central_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/ |
D | main.c | 21 #define SDU_NUM 1 macro 266 while (rx_cnt < SDU_NUM) { in test_peripheral_main() 274 ASSERT(rx_cnt == SDU_NUM, "Did not receive expected no of SDUs\n"); in test_peripheral_main() 401 contexts[i].tx_left = SDU_NUM; in test_central_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | main.c | 21 #define SDU_NUM 20 macro 330 while (rx_cnt < SDU_NUM) { in test_peripheral_main() 338 ASSERT(rx_cnt == SDU_NUM, "Did not receive expected no of SDUs\n"); in test_peripheral_main() 434 contexts[i].tx_left = SDU_NUM; in test_central_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | tester.c | 670 for (int i = 0; i < SDU_NUM; i++) { in entrypoint_tester() 671 LOG_INF("Sending SDU %d / %d", i + 1, SDU_NUM); in entrypoint_tester() 675 TEST_PASS("Sent all %d SDUs", SDU_NUM); in entrypoint_tester()
|