Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c223 uint32_t received_counter; in rx_notification() local
237 received_counter = strtoul(data_ptr, NULL, 0); in rx_notification()
238 LOG_INF("RX %d", received_counter); in rx_notification()
240 __ASSERT(atomic_get(&conn_info.notify_counter) == received_counter, in rx_notification()
242 atomic_get(&conn_info.notify_counter), received_counter); in rx_notification()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c181 uint32_t received_counter; in notify_func() local
196 received_counter = strtoul(data_ptr, NULL, 0); in notify_func()
199 addr, data, length, received_counter); in notify_func()
203 __ASSERT(conn_info_ref->notify_counter == received_counter, in notify_func()
205 addr, conn_info_ref->notify_counter, received_counter); in notify_func()