Home
last modified time | relevance | path

Searched refs:BTM_SEC_SERVICE_ARRAY_SIZE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1198 #define BTM_SEC_SERVICE_ARRAY_SIZE (((UINT32)BTM_SEC_MAX_SERVICES / BTM_SEC_ARRAY_BITS) + \ macro
1284 …TED_DEVICE(p_src, p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARRAY_SIZE; trst++)…
1288 …LR_TRUSTED_DEVICE(p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARRAY_SIZE; trst++)…
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h585 …UINT32 trusted_mask[BTM_SEC_SERVICE_ARRAY_SIZE]; /* Bitwise OR of trusted services …
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1041 UINT32 trusted_services_mask[BTM_SEC_SERVICE_ARRAY_SIZE]; in bta_dm_add_device()
1264 UINT32 trusted_mask[BTM_SEC_SERVICE_ARRAY_SIZE]; in bta_dm_pin_reply()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c5448 for (trusted_inx = 0; trusted_inx < BTM_SEC_SERVICE_ARRAY_SIZE; trusted_inx++) { in btm_sec_are_all_trusted()