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.cc74 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS];
414 if (handle < GAP_MAX_CONNECTIONS) { in GAP_GetRxQueueCnt()
604 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_connect_ind()
610 if (xx == GAP_MAX_CONNECTIONS) { in gap_connect_ind()
895 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_find_ccb_by_cid()
919 if (handle < GAP_MAX_CONNECTIONS) { in gap_find_ccb_by_handle()
943 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) { in gap_allocate_ccb()
987 for (uint16_t i = 0; i < GAP_MAX_CONNECTIONS; i++, p_ccb_local++) { in gap_release_ccb()
/system/bt/internal_include/
Dbt_target.h903 #ifndef GAP_MAX_CONNECTIONS
904 #define GAP_MAX_CONNECTIONS 30 macro
/system/bt/bta/include/
Dbta_jv_api.h52 GAP_MAX_CONNECTIONS /* GAP handle is used as index, hence do not change this \