Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c37 #define MIN_NOTIFICATIONS 50 macro
449 if (atomic_get(&conn_info.tx_notify_counter) > MIN_NOTIFICATIONS && in test_peripheral_main()
450 atomic_get(&conn_info.notify_counter) > MIN_NOTIFICATIONS) { in test_peripheral_main()