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.h1162 #define BTM_SEC_SERVICE_ARRAY_SIZE (((UINT32)BTM_SEC_MAX_SERVICES / BTM_SEC_ARRAY_BITS) + \
1163 (((UINT32)BTM_SEC_MAX_SERVICES % BTM_SEC_ARRAY_BITS) ? 1 : 0))
1224 #ifndef BTM_SEC_MAX_SERVICES
1225 #define BTM_SEC_MAX_SERVICES 75 macro
/system/bt/bta/include/
Dbta_api.h102 #define BTA_LAST_JV_SERVICE_ID (BTM_SEC_MAX_SERVICES - 1)
/system/bt/stack/btm/
Dbtm_sec.c5444 (p_dev_rec->p_cur_service->service_id < BTM_SEC_MAX_SERVICES) && in btm_sec_execute_procedure()