Home
last modified time | relevance | path

Searched refs:new_encryption_key_is_p256 (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btm/
Dbtm_dev.cc404 p_target_rec->new_encryption_key_is_p256 = in btm_consolidate_dev()
405 temp_rec.new_encryption_key_is_p256; in btm_consolidate_dev()
Dbtm_int_types.h555 bool new_encryption_key_is_p256; /* Set to true when the newly generated LK member
Dbtm_sec.cc3878 if (p_dev_rec->new_encryption_key_is_p256 && in btm_sec_auth_complete()
4008 p_dev_rec->new_encryption_key_is_p256); in btm_sec_encrypt_change()
4020 if (p_dev_rec->new_encryption_key_is_p256) { in btm_sec_encrypt_change()
4029 p_dev_rec->new_encryption_key_is_p256 = false; in btm_sec_encrypt_change()
4651 p_dev_rec->new_encryption_key_is_p256 = true; in btm_sec_link_key_notification()
4653 p_dev_rec->new_encryption_key_is_p256); in btm_sec_link_key_notification()
/system/bt/stack/smp/
Dsmp_act.cc786 if (!p_dev_rec->new_encryption_key_is_p256 && p_cb->role == HCI_ROLE_SLAVE) { in smp_br_process_pairing_command()
827 p_dev_rec->new_encryption_key_is_p256 = false; in smp_br_process_pairing_command()