HomeSort by relevance Sort by last modified time
    Searched refs:security_flags (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 649 if (p_srec->security_flags & BTM_SEC_IN_USE)
713 p_srec->security_flags &=
758 p_srec->security_flags &=
780 p_srec->security_flags |= (UINT16)(BTM_SEC_IN_USE);
785 p_srec->security_flags |= (UINT16)(sec_level | BTM_SEC_IN_USE);
791 BTM_TRACE_API(" : security_flags: 0x%04x, ucd_security_flags: 0x%04x",
792 p_srec->security_flags, p_srec->ucd_security_flags);
799 p_srec->security_flags |= (UINT16)(sec_level | BTM_SEC_IN_USE);
806 p_srec->security_flags, p_name, BTM_SEC_SERVICE_NAME_LEN);
841 if ((p_srec->security_flags & BTM_SEC_IN_USE) && (p_srec->psm != BT_PSM_SDP) &
    [all...]
btm_int.h 474 UINT16 security_flags; /* Bitmap of required security features */ member in struct:__anon5872
    [all...]

Completed in 54 milliseconds