Searched refs:security_flags (Results 1 – 4 of 4) sorted by relevance
158 std::vector<uint8_t> security_flags{kNetworkFlags, kNetworkFlags}; in TEST_P() local160 for (size_t i = 0; i < security_flags.size(); i++) { in TEST_P()163 nwInfo.flags = security_flags[i]; in TEST_P()
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()591 p_srec->security_flags = 0; in BTM_SecClrServiceByPsm()1731 p_serv_rec->security_flags, is_originator); in btm_sec_l2cap_access_req()1733 security_required = p_serv_rec->security_flags; 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