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 535 if (p_srec->security_flags & BTM_SEC_IN_USE)
599 p_srec->security_flags &=
644 p_srec->security_flags &=
666 p_srec->security_flags |= (UINT16)(BTM_SEC_IN_USE);
671 p_srec->security_flags |= (UINT16)(sec_level | BTM_SEC_IN_USE);
677 BTM_TRACE_API2(" : security_flags: 0x%04x, ucd_security_flags: 0x%04x",
678 p_srec->security_flags, p_srec->ucd_security_flags);
685 p_srec->security_flags |= (UINT16)(sec_level | BTM_SEC_IN_USE);
692 p_srec->security_flags, p_name, BTM_SEC_SERVICE_NAME_LEN);
727 if ((p_srec->security_flags & BTM_SEC_IN_USE) && (p_srec->psm != BT_PSM_SDP) &
    [all...]
btm_int.h 460 UINT16 security_flags; /* Bitmap of required security features */ member in struct:__anon3526
    [all...]

Completed in 2157 milliseconds