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

  /external/bluetooth/bluedroid/stack/include/
profiles_api.h 52 #define BT_SEC_OUT_ENCRYPT BTM_SEC_OUT_ENCRYPT /* Outbound call requires encryption */
btm_api.h     [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_pan_internal.h 42 #define PAN_SECURITY (BTM_SEC_IN_AUTHENTICATE | BTM_SEC_OUT_AUTHENTICATE | BTM_SEC_IN_ENCRYPT | BTM_SEC_OUT_ENCRYPT)
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 592 ~(BTM_SEC_OUT_AUTHORIZE | BTM_SEC_OUT_ENCRYPT | BTM_SEC_OUT_AUTHENTICATE | BTM_SEC_OUT_MITM |
599 ~(BTM_SEC_OUT_AUTHORIZE | BTM_SEC_OUT_ENCRYPT | BTM_SEC_OUT_AUTHENTICATE | BTM_SEC_OUT_MITM |
613 if (sec_level & BTM_SEC_OUT_ENCRYPT)
649 sec_level &= ~(BTM_SEC_OUT_AUTHORIZE | BTM_SEC_OUT_ENCRYPT | BTM_SEC_OUT_AUTHENTICATE | BTM_SEC_OUT_MITM);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 172 #define BTA_SEC_ENCRYPT (BTM_SEC_IN_ENCRYPT | BTM_SEC_OUT_ENCRYPT) /* Encryption required. */
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock_rfc.c 249 security |= server ? BTM_SEC_IN_ENCRYPT : BTM_SEC_OUT_ENCRYPT;
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 222 if ((security & (BTM_SEC_OUT_AUTHORIZE | BTM_SEC_OUT_AUTHENTICATE | BTM_SEC_OUT_ENCRYPT) ) == 0)
    [all...]

Completed in 166 milliseconds