Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dgap_api.h187 extern int GAP_GetRxQueueCnt (UINT16 handle, UINT32 *p_rx_queue_count);
Dport_api.h357 extern int PORT_GetRxQueueCnt (UINT16 handle, UINT16 *p_rx_queue_count);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c359 int GAP_GetRxQueueCnt (UINT16 handle, UINT32 *p_rx_queue_count) in GAP_GetRxQueueCnt() argument
369 *p_rx_queue_count = p_ccb->rx_queue_size; in GAP_GetRxQueueCnt()
378 rc , *p_rx_queue_count); in GAP_GetRxQueueCnt()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c610 int PORT_GetRxQueueCnt (UINT16 handle, UINT16 *p_rx_queue_count) in PORT_GetRxQueueCnt() argument
631 *p_rx_queue_count = p_port->rx.queue_size; in PORT_GetRxQueueCnt()
634 *p_rx_queue_count, p_port->rx.queue_size); in PORT_GetRxQueueCnt()