Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/common/include/
Dhelper_util.h24 #define lt_rx_q_is_empty(_conn) lt_rx_q_is_empty_real(__FILE__, __LINE__, _conn)
38 void lt_rx_q_is_empty_real(const char *file, uint32_t line, struct ll_conn *conn);
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_util.c473 void lt_rx_q_is_empty_real(const char *file, uint32_t line, struct ll_conn *conn) in lt_rx_q_is_empty_real() function