Home
last modified time | relevance | path

Searched refs:BTM_SEC_SERVICE_ARRAY_SIZE (Results 1 – 4 of 4) 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) + \ macro
1245 …TED_DEVICE(p_src, p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARRAY_SIZE; trst++)…
1249 …LR_TRUSTED_DEVICE(p_dst) {UINT32 trst; for (trst = 0; trst < BTM_SEC_SERVICE_ARRAY_SIZE; trst++)…
/system/bt/stack/btm/
Dbtm_int.h518 …UINT32 trusted_mask[BTM_SEC_SERVICE_ARRAY_SIZE]; /* Bitwise OR of trusted services …
Dbtm_sec.c5608 for (trusted_inx = 0; trusted_inx < BTM_SEC_SERVICE_ARRAY_SIZE; trusted_inx++) in btm_sec_are_all_trusted()
/system/bt/bta/dm/
Dbta_dm_act.c801 UINT32 trusted_services_mask[BTM_SEC_SERVICE_ARRAY_SIZE]; in bta_dm_add_device()
1019 UINT32 trusted_mask[BTM_SEC_SERVICE_ARRAY_SIZE]; in bta_dm_pin_reply()