Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec_cb.cc114 if ((p_serv_rec->security_flags & BTM_SEC_IN_USE) && in find_first_serv_rec()
230 if (p_srec->security_flags & BTM_SEC_IN_USE) { in AddService()
273 p_srec->security_flags &= in AddService()
299 p_srec->security_flags &= in AddService()
317 p_srec->security_flags |= (uint16_t)(sec_level | BTM_SEC_IN_USE); in AddService()
323 p_srec->security_flags, p_name, BT_MAX_SERVICE_NAME_LEN); in AddService()
335 if ((p_srec->security_flags & BTM_SEC_IN_USE) && in RemoveServiceById()
339 p_srec->security_flags = 0; in RemoveServiceById()
353 if ((p_srec->security_flags & BTM_SEC_IN_USE) && (p_srec->psm == psm)) { in RemoveServiceByPsm()
355 p_srec->security_flags = 0; in RemoveServiceByPsm()
Dbtm_ble_sec.cc740 if ((p_serv_rec->security_flags & BTM_SEC_IN_ENCRYPT) && !is_encrypted) { in btm_ble_start_sec_check()
742 p_serv_rec->security_flags); in btm_ble_start_sec_check()
744 } else if ((p_serv_rec->security_flags & BTM_SEC_IN_AUTHENTICATE) && in btm_ble_start_sec_check()
747 p_serv_rec->security_flags); in btm_ble_start_sec_check()
755 is_originator, bd_addr, p_serv_rec->security_flags); in btm_ble_start_sec_check()
Dsecurity_device_record.h69 uint16_t security_flags; /* Bitmap of required security features */ member
Dbtm_sec.cc1812 p_serv_rec->security_flags, is_originator); in btm_sec_l2cap_access_req()
1814 security_required = p_serv_rec->security_flags; in btm_sec_l2cap_access_req()