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

  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 558 #define BTM_SEC_LE_ENCRYPTED 0x0400 /* 0x04 */
629 #define BTM_SEC_LE_MASK (BTM_SEC_LE_AUTHENTICATED|BTM_SEC_LE_ENCRYPTED|BTM_SEC_LE_LINK_KEY_KNOWN|BTM_SEC_LE_LINK_KEY_AUTHED)
    [all...]
btm_sec.c     [all...]
btm_ble.c     [all...]
btm_acl.c 451 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_ENCRYPTED | BTM_SEC_ROLE_SWITCHED);
    [all...]

Completed in 57 milliseconds