Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_server_test.c209 for (int i = 0; i < NOTIFICATION_COUNT / 2; i++) { in test_main_none()
214 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_none()
225 for (int i = 0; i < NOTIFICATION_COUNT / 2; i++) { in test_main_enhanced()
230 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_enhanced()
241 for (int i = 0; i < NOTIFICATION_COUNT / 2; i++) { in test_main_unenhanced()
246 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_unenhanced()
257 for (int i = 0; i < NOTIFICATION_COUNT / 2; i++) { in test_main_mixed()
262 while (num_notifications_sent < NOTIFICATION_COUNT) { in test_main_mixed()
Dcommon.h68 #define NOTIFICATION_COUNT 10 macro
69 BUILD_ASSERT(NOTIFICATION_COUNT % 2 == 0);
Dgatt_client_test.c346 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/
Dcommon.h73 #define NOTIFICATION_COUNT 10 macro
74 BUILD_ASSERT(NOTIFICATION_COUNT % 2 == 0);
Dgatt_server_test.c165 for (int i = 0; i < NOTIFICATION_COUNT / 2; i++) { in test_main()
169 while (num_notifications_sent < NOTIFICATION_COUNT / 2) { in test_main()
175 if (num_notifications_sent != NOTIFICATION_COUNT) { in test_main()
Dgatt_client_test.c350 while (num_notifications < NOTIFICATION_COUNT) { in test_main()