Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c28 #define SDU_SEND_COUNT 200 macro
406 for (int i = 0; i < SDU_SEND_COUNT; i++) { in send_sdu_concurrently()
578 if (channels[LONG_MSG_CHAN_IDX].sdus_received < SDU_SEND_COUNT || in test_central_main()
579 channels[SHORT_MSG_CHAN_IDX].sdus_received < SDU_SEND_COUNT) { in test_central_main()
580 FAIL("received less than %i", SDU_SEND_COUNT); in test_central_main()