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

  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 557 #define BTM_SEC_LE_AUTHENTICATED 0x0200 /* 0x0200 */
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 455 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_LINK_KEY_AUTHED | BTM_SEC_LE_AUTHENTICATED);
    [all...]

Completed in 32 milliseconds