Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_api_types.h1134 (((uint32_t)BTM_SEC_MAX_SERVICES / BTM_SEC_ARRAY_BITS) + \
1135 (((uint32_t)BTM_SEC_MAX_SERVICES % BTM_SEC_ARRAY_BITS) ? 1 : 0))
1201 #ifndef BTM_SEC_MAX_SERVICES
1202 #define BTM_SEC_MAX_SERVICES 75 macro
/system/bt/bta/include/
Dbta_api.h98 #define BTA_LAST_JV_SERVICE_ID (BTM_SEC_MAX_SERVICES - 1)
/system/bt/stack/btm/
Dbtm_sec.cc5138 (p_dev_rec->p_cur_service->service_id < BTM_SEC_MAX_SERVICES) && in btm_sec_execute_procedure()