Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_server_test.c122 static volatile size_t num_notifications_sent; variable
128 printk("Sent notification #%u with length %d\n", num_notifications_sent++, *length); in notification_sent()
226 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_none()
242 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_enhanced()
258 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_unenhanced()
274 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_mixed()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_server_test.c106 static volatile size_t num_notifications_sent; variable
110 printk("Sent notification #%u\n", num_notifications_sent++); in notification_sent()
181 while (num_notifications_sent < NOTIFICATION_COUNT / 2) { in test_main()
187 if (num_notifications_sent != NOTIFICATION_COUNT) { in test_main()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_stress/src/
Dgatt_server_test.c97 static volatile size_t num_notifications_sent; variable
103 printk("Sent notification #%u with length %d\n", num_notifications_sent++, *length); in notification_sent()
175 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_server()