Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h1118 #define BTM_SEC_SERVICE_ARRAY_SIZE (((UINT32)BTM_SEC_MAX_SERVICES / BTM_SEC_ARRAY_BITS) + \
1119 (((UINT32)BTM_SEC_MAX_SERVICES % BTM_SEC_ARRAY_BITS) ? 1 : 0))
1180 #ifndef BTM_SEC_MAX_SERVICES
1181 #define BTM_SEC_MAX_SERVICES 65 macro
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h106 #define BTA_LAST_JV_SERVICE_ID (BTM_SEC_MAX_SERVICES - 1)
/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c4943 (p_dev_rec->p_cur_service->service_id < BTM_SEC_MAX_SERVICES) && in btm_sec_execute_procedure()