Home
last modified time | relevance | path

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

/system/bt/stack/gap/
Dgap_conn.cc77 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];
433 if (handle < GAP_MAX_CONNECTIONS) { in GAP_GetRxQueueCnt()
723 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_connect_ind()
729 if (xx == GAP_MAX_CONNECTIONS) { in gap_connect_ind()
1054 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_find_ccb_by_cid()
1078 if (handle < GAP_MAX_CONNECTIONS) { in gap_find_ccb_by_handle()
1102 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_allocate_ccb()
1146 for (uint16_t i = 0; i < GAP_MAX_CONNECTIONS; i++, p_ccb_local++) { in gap_release_ccb()
/system/bt/internal_include/
Dbt_target.h1109 #ifndef GAP_MAX_CONNECTIONS
1110 #define GAP_MAX_CONNECTIONS 30 macro
/system/bt/bta/include/
Dbta_jv_api.h50 GAP_MAX_CONNECTIONS /* GAP handle is used as index, hence do not change this \