Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dgap_api.h222 extern int GAP_GetRxQueueCnt(uint16_t handle, uint32_t* p_rx_queue_count);
/system/bt/bta/jv/
Dbta_jv_api.cc462 if (BT_PASS == GAP_GetRxQueueCnt((uint16_t)handle, p_data_size)) { in BTA_JvL2capReady()
/system/bt/stack/gap/
Dgap_conn.cc428 int GAP_GetRxQueueCnt(uint16_t handle, uint32_t* p_rx_queue_count) { in GAP_GetRxQueueCnt() function
/system/bt/bta/hearing_aid/
Dhearing_aid.cc1328 GAP_GetRxQueueCnt(gap_handle, &bytes_to_read); in GapCallback()