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

  /system/bt/stack/btm/
btm_sec.c 556 if (p_srec->security_flags & BTM_SEC_IN_USE)
621 p_srec->security_flags &=
670 p_srec->security_flags &=
695 p_srec->security_flags |= (UINT16)(BTM_SEC_IN_USE);
700 p_srec->security_flags |= (UINT16)(sec_level | BTM_SEC_IN_USE);
706 BTM_TRACE_API(" : security_flags: 0x%04x, ucd_security_flags: 0x%04x",
707 p_srec->security_flags, p_srec->ucd_security_flags);
714 p_srec->security_flags |= (UINT16)(sec_level | BTM_SEC_IN_USE);
721 p_srec->security_flags, p_name, BTM_SEC_SERVICE_NAME_LEN);
755 if ((p_srec->security_flags & BTM_SEC_IN_USE) && (p_srec->psm != BT_PSM_SDP) &
    [all...]
btm_int.h 436 UINT16 security_flags; /* Bitmap of required security features */ member in struct:__anon72466
    [all...]
btm_ble.c     [all...]
  /external/curl/lib/
smb.h 178 unsigned char security_flags; member in struct:smb_nt_create
  /system/connectivity/shill/wifi/
wifi_endpoint_unittest.cc 109 WiFiEndpoint::SecurityFlags security_flags; local
110 return WiFiEndpoint::ParseSecurity(properties, &security_flags);
    [all...]

Completed in 86 milliseconds