Home
last modified time | relevance | path

Searched refs:PORT_GetRxQueueCnt (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dport_api.h356 RFC_API extern int PORT_GetRxQueueCnt (UINT16 handle, UINT16 *p_rx_queue_count);
/external/bluetooth/bluedroid/bta/jv/
Dbta_jv_api.c1570 if(PORT_GetRxQueueCnt(bta_jv_cb.rfc_cb[hi].rfc_hdl[si], &size) == PORT_SUCCESS) in BTA_JvRfcommReady()
/external/bluetooth/bluedroid/stack/rfcomm/
Dport_api.c612 int PORT_GetRxQueueCnt (UINT16 handle, UINT16 *p_rx_queue_count) in PORT_GetRxQueueCnt() function