Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sec.cc438 if (p_srec->security_flags & BTM_SEC_IN_USE) { in BTM_SetSecurityLevel()
490 p_srec->security_flags &= ~( in BTM_SetSecurityLevel()
523 p_srec->security_flags &= in BTM_SetSecurityLevel()
545 p_srec->security_flags |= (uint16_t)(sec_level | BTM_SEC_IN_USE); in BTM_SetSecurityLevel()
554 p_srec->security_flags, p_name, BTM_SEC_SERVICE_NAME_LEN); in BTM_SetSecurityLevel()
585 if ((p_srec->security_flags & BTM_SEC_IN_USE) && in BTM_SecClrService()
589 p_srec->security_flags = 0; in BTM_SecClrService()
620 if ((p_srec->security_flags & BTM_SEC_IN_USE) && (p_srec->psm == psm)) { in btm_sec_clr_service_by_psm()
622 p_srec->security_flags = 0; in btm_sec_clr_service_by_psm()
1538 if ((p_serv_rec->security_flags & BTM_SEC_IN_USE) && in BTM_SetOutService()
[all …]
Dbtm_ble.cc1080 if ((p_serv_rec->security_flags & BTM_SEC_IN_ENCRYPT) && in btm_ble_start_sec_check()
1086 __func__, p_serv_rec->security_flags, sec_flag); in btm_ble_start_sec_check()
1088 } else if ((p_serv_rec->security_flags & BTM_SEC_IN_AUTHENTICATE) && in btm_ble_start_sec_check()
1095 __func__, p_serv_rec->security_flags, sec_flag); in btm_ble_start_sec_check()
1103 is_originator, bd_addr, p_serv_rec->security_flags); in btm_ble_start_sec_check()
Dbtm_int_types.h386 uint16_t security_flags; /* Bitmap of required security features */ member