Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c365 if (handle < GAP_MAX_CONNECTIONS) { in GAP_GetRxQueueCnt()
726 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_connect_ind()
735 if (xx == GAP_MAX_CONNECTIONS) { in gap_connect_ind()
1066 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_find_ccb_by_cid()
1092 if (handle < GAP_MAX_CONNECTIONS) { in gap_find_ccb_by_handle()
1120 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_allocate_ccb()
1171 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_release_ccb()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h91 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];
/hal_espressif-3.6.0/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1856 #ifndef GAP_MAX_CONNECTIONS
1857 #define GAP_MAX_CONNECTIONS 10 // 30 macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h52 #define BTA_JV_MAX_L2C_CONN GAP_MAX_CONNECTIONS /* GAP handle is used as index, hence do not ch…