Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dgap_api.h187 extern int GAP_GetRxQueueCnt (UINT16 handle, UINT32 *p_rx_queue_count);
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c748 GAP_GetRxQueueCnt ((UINT16)handle, &left_over); in BTA_JvL2capReceive()
779 if (BT_PASS == GAP_GetRxQueueCnt((UINT16)handle, p_data_size) ) { in BTA_JvL2capReady()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c359 int GAP_GetRxQueueCnt (UINT16 handle, UINT32 *p_rx_queue_count) in GAP_GetRxQueueCnt() function