Searched refs:PORT_GetRxQueueCnt (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/include/
H A Dport_api.h349 ** Function PORT_GetRxQueueCnt
357 extern int PORT_GetRxQueueCnt (UINT16 handle, UINT16 *p_rx_queue_count);
/system/bt/stack/rfcomm/
H A Dport_api.c638 ** Function PORT_GetRxQueueCnt
646 int PORT_GetRxQueueCnt (UINT16 handle, UINT16 *p_rx_queue_count) function
650 RFCOMM_TRACE_API ("PORT_GetRxQueueCnt() handle:%d", handle);
672 RFCOMM_TRACE_API ("PORT_GetRxQueueCnt() p_rx_queue_count:%d, p_port->rx.queue.count = %d",

Completed in 28 milliseconds