Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatts_notify_test.c74 static int ble_gatts_notify_test_num_events; variable
86 TEST_ASSERT_FATAL(ble_gatts_notify_test_num_events < in ble_gatts_notify_test_util_gap_event()
89 ble_gatts_notify_test_events[ble_gatts_notify_test_num_events++] = in ble_gatts_notify_test_util_gap_event()
164 TEST_ASSERT_FATAL(ble_gatts_notify_test_num_events > 0); in ble_gatts_notify_test_util_next_event()
168 ble_gatts_notify_test_num_events--; in ble_gatts_notify_test_util_next_event()
169 if (ble_gatts_notify_test_num_events > 0) { in ble_gatts_notify_test_util_next_event()
172 ble_gatts_notify_test_num_events * sizeof *event); in ble_gatts_notify_test_util_next_event()
231 ble_gatts_notify_test_num_events = 0; in ble_gatts_notify_test_misc_init()
288 TEST_ASSERT(ble_gatts_notify_test_num_events == 0); in ble_gatts_notify_test_misc_init()
805 ble_gatts_notify_test_num_events = 0; in TEST_CASE()