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.c472 p_target_rec->new_encryption_key_is_p256 = temp_rec.new_encryption_key_is_p256; in btm_consolidate_dev()
Dbtm_sec.c4095 if (p_dev_rec->new_encryption_key_is_p256 && (btm_sec_use_smp_br_chnl(p_dev_rec)) in btm_sec_auth_complete()
4264 __func__, p_dev_rec->new_encryption_key_is_p256); in btm_sec_encrypt_change()
4268 if (p_dev_rec->new_encryption_key_is_p256) in btm_sec_encrypt_change()
4279 p_dev_rec->new_encryption_key_is_p256 = FALSE; in btm_sec_encrypt_change()
4911 p_dev_rec->new_encryption_key_is_p256 = TRUE; in btm_sec_link_key_notification()
4913 __func__, p_dev_rec->new_encryption_key_is_p256); in btm_sec_link_key_notification()
Dbtm_int.h594 BOOLEAN new_encryption_key_is_p256; /* Set to TRUE when the newly generated LK member
/system/bt/stack/smp/
Dsmp_act.c850 if (!p_dev_rec->new_encryption_key_is_p256 && p_cb->role == HCI_ROLE_SLAVE) in smp_br_process_pairing_command()
884 p_dev_rec->new_encryption_key_is_p256 = FALSE; in smp_br_process_pairing_command()