Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gap/
Dgap_conn.c335 p_ccb->rx_queue_size -= *p_len; in GAP_ConnReadData()
340 p_ccb->rx_queue_size, *p_len); in GAP_ConnReadData()
368 *p_rx_queue_count = p_ccb->rx_queue_size; in GAP_GetRxQueueCnt()
411 p_ccb->rx_queue_size -= p_buf->len; in GAP_ConnBTRead()
1007 p_ccb->rx_queue_size += p_msg->len; in gap_data_ind()
1171 p_ccb->rx_queue_size = 0; in gap_release_ccb()
Dgap_int.h102 UINT32 rx_queue_size; /* Total data count in rx_queue */ member