Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1257 #define BTM_SEC_SERVICE_ARRAY_SIZE (((UINT32)BTM_SEC_MAX_SERVICES / BTM_SEC_ARRAY_BITS) + \
1258 (((UINT32)BTM_SEC_MAX_SERVICES % BTM_SEC_ARRAY_BITS) ? 1 : 0))
1322 #ifndef BTM_SEC_MAX_SERVICES
1323 #define BTM_SEC_MAX_SERVICES 65 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h107 #define BTA_LAST_JV_SERVICE_ID (BTM_SEC_MAX_SERVICES - 1)
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c5315 (p_dev_rec->p_cur_service->service_id < BTM_SEC_MAX_SERVICES) && in btm_sec_execute_procedure()