Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c19 #define NUM_PERIPHERALS CONFIG_BT_MAX_CONN macro
20 #define L2CAP_CHANS NUM_PERIPHERALS
385 for (int i = 0; i < NUM_PERIPHERALS; i++) { in test_central_main()
400 for (int i = 0; i < NUM_PERIPHERALS; i++) { in test_central_main()
424 while (disconnect_counter < NUM_PERIPHERALS) { in test_central_main()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c19 #define NUM_PERIPHERALS 6 macro
20 #define L2CAP_CHANS NUM_PERIPHERALS
424 for (int i = 0; i < NUM_PERIPHERALS; i++) { in test_central_main()
433 for (int i = 0; i < NUM_PERIPHERALS; i++) { in test_central_main()
451 while (disconnect_counter < NUM_PERIPHERALS) { in test_central_main()