Searched refs:BTM_SEC_LINK_KEY_KNOWN (Results 1 – 4 of 4) sorted by relevance
1053 p_dev_rec->sec_flags &= ~(BTM_SEC_LINK_KEY_KNOWN | BTM_SEC_AUTHENTICATED | BTM_SEC_ENCRYPTED in btm_sec_bond_by_transport()1306 && (p_dev_rec->sec_flags & BTM_SEC_LINK_KEY_KNOWN)) in BTM_SecGetDeviceLinkKey()1332 if ((p_dev_rec != NULL) && (p_dev_rec->sec_flags & BTM_SEC_LINK_KEY_KNOWN)) in BTM_SecGetDeviceLinkKeyType()1597 p_dev_rec->sec_flags &= ~(BTM_SEC_LINK_KEY_AUTHED | BTM_SEC_LINK_KEY_KNOWN); in BTM_PasskeyReqReply()2002 if (p_dev_rec->sec_flags & BTM_SEC_LINK_KEY_KNOWN) in btm_sec_is_upgrade_possible()2055 if (!(p_dev_rec->sec_flags & BTM_SEC_LINK_KEY_KNOWN)) in btm_sec_check_upgrade()2077 p_dev_rec->sec_flags &= ~(BTM_SEC_LINK_KEY_KNOWN | BTM_SEC_LINK_KEY_AUTHED); in btm_sec_check_upgrade()2439 if ((p_dev_rec->sec_flags & BTM_SEC_LINK_KEY_KNOWN) != 0) in btm_sec_l2cap_access_req()2443 p_dev_rec->sec_flags &= ~(BTM_SEC_LINK_KEY_KNOWN | BTM_SEC_LINK_KEY_AUTHED | in btm_sec_l2cap_access_req()2653 if ((p_dev_rec->sec_flags & BTM_SEC_LINK_KEY_KNOWN) != 0) in btm_sec_mx_access_request()[all …]
139 p_dev_rec->sec_flags |= BTM_SEC_LINK_KEY_KNOWN; in BTM_SecAddDevice()548 if ((p_dev_rec->sec_flags & (BTM_SEC_LINK_KEY_KNOWN |BTM_SEC_LE_LINK_KEY_KNOWN)) == 0) { in btm_find_oldest_dev()
530 #define BTM_SEC_LINK_KEY_KNOWN BTM_SEC_FLAG_LKEY_KNOWN /* 0x10 */ macro
415 if ((flag & (BTM_SEC_LINK_KEY_KNOWN | BTM_SEC_FLAG_ENCRYPTED)) == in gatts_db_read_attr_value_by_type()416 BTM_SEC_LINK_KEY_KNOWN) in gatts_db_read_attr_value_by_type()