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

  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 534 if (p_srec->security_flags & BTM_SEC_IN_USE)
598 p_srec->security_flags &=
643 p_srec->security_flags &=
665 p_srec->security_flags |= (UINT16)(BTM_SEC_IN_USE);
670 p_srec->security_flags |= (UINT16)(sec_level | BTM_SEC_IN_USE);
676 BTM_TRACE_API2(" : security_flags: 0x%04x, ucd_security_flags: 0x%04x",
677 p_srec->security_flags, p_srec->ucd_security_flags);
684 p_srec->security_flags |= (UINT16)(sec_level | BTM_SEC_IN_USE);
691 p_srec->security_flags, p_name, BTM_SEC_SERVICE_NAME_LEN);
726 if ((p_srec->security_flags & BTM_SEC_IN_USE) && (p_srec->psm != BT_PSM_SDP) &
    [all...]
btm_int.h 453 UINT16 security_flags; /* Bitmap of required security features */ member in struct:__anon3079
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 317 + AccountColumns.SECURITY_FLAGS + " integer, "
620 + " add column " + AccountColumns.SECURITY_FLAGS + " integer" + ";");
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java     [all...]

Completed in 1159 milliseconds