Searched refs:security_flags (Results 1 – 3 of 3) sorted by relevance
428 if (p_srec->security_flags & BTM_SEC_IN_USE) { in BTM_SetSecurityLevel()472 p_srec->security_flags &= in BTM_SetSecurityLevel()499 p_srec->security_flags &= in BTM_SetSecurityLevel()518 p_srec->security_flags |= (uint16_t)(sec_level | BTM_SEC_IN_USE); in BTM_SetSecurityLevel()524 mx_chan_id, p_srec->security_flags, p_name, BT_MAX_SERVICE_NAME_LEN); in BTM_SetSecurityLevel()554 if ((p_srec->security_flags & BTM_SEC_IN_USE) && in BTM_SecClrService()558 p_srec->security_flags = 0; in BTM_SecClrService()589 if ((p_srec->security_flags & BTM_SEC_IN_USE) && (p_srec->psm == psm)) { in BTM_SecClrServiceByPsm()591 p_srec->security_flags = 0; in BTM_SecClrServiceByPsm()1731 p_serv_rec->security_flags, is_originator); in btm_sec_l2cap_access_req()[all …]
920 if ((p_serv_rec->security_flags & BTM_SEC_IN_ENCRYPT) && !is_encrypted) { in btm_ble_start_sec_check()924 p_serv_rec->security_flags); in btm_ble_start_sec_check()926 } else if ((p_serv_rec->security_flags & BTM_SEC_IN_AUTHENTICATE) && in btm_ble_start_sec_check()931 p_serv_rec->security_flags); in btm_ble_start_sec_check()939 is_originator, bd_addr, p_serv_rec->security_flags); in btm_ble_start_sec_check()
65 uint16_t security_flags; /* Bitmap of required security features */ member