Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_client_test.c217 static volatile size_t num_notifications; variable
221 printk("Received notification #%u with length %d\n", num_notifications++, length); in test_notify()
346 while (num_notifications < NOTIFICATION_COUNT) { in test_main_none()
372 while (num_notifications < NOTIFICATION_COUNT) { in test_main_unenhanced()
398 while (num_notifications < NOTIFICATION_COUNT) { in test_main_enhanced()
424 while (num_notifications < NOTIFICATION_COUNT) { in test_main_mixed()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c220 static volatile size_t num_notifications; variable
224 printk("Received notification #%u with length %d\n", num_notifications++, length); in test_notify()
350 while (num_notifications < NOTIFICATION_COUNT) { in test_main()