Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c338 p_ccb->rx_queue_size -= *p_len; in GAP_ConnReadData()
343 p_ccb->rx_queue_size, *p_len); in GAP_ConnReadData()
369 *p_rx_queue_count = p_ccb->rx_queue_size; in GAP_GetRxQueueCnt()
412 p_ccb->rx_queue_size -= p_buf->len; in GAP_ConnBTRead()
994 p_ccb->rx_queue_size += p_msg->len; in gap_data_ind()
1154 p_ccb->rx_queue_size = 0; in gap_release_ccb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h77 UINT32 rx_queue_size; /* Total data count in rx_queue */ member