Loading system/stack/smp/smp_keys.cc +2 −1 Original line number Diff line number Diff line Loading @@ -987,7 +987,8 @@ bool smp_calculate_link_key_from_long_term_key(tSMP_CB* p_cb) { link_key_type += BTM_LTK_DERIVED_LKEY_OFFSET; Octet16 notif_link_key = link_key; Octet16 notif_link_key; std::reverse_copy(link_key.begin(), link_key.end(), notif_link_key.begin()); btm_sec_link_key_notification(bda_for_lk, notif_link_key, link_key_type); SMP_TRACE_EVENT("%s is completed", __func__); Loading Loading
system/stack/smp/smp_keys.cc +2 −1 Original line number Diff line number Diff line Loading @@ -987,7 +987,8 @@ bool smp_calculate_link_key_from_long_term_key(tSMP_CB* p_cb) { link_key_type += BTM_LTK_DERIVED_LKEY_OFFSET; Octet16 notif_link_key = link_key; Octet16 notif_link_key; std::reverse_copy(link_key.begin(), link_key.end(), notif_link_key.begin()); btm_sec_link_key_notification(bda_for_lk, notif_link_key, link_key_type); SMP_TRACE_EVENT("%s is completed", __func__); Loading