Home
last modified time | relevance | path

Searched refs:smp_key_distribution (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_smp_act.cc95 struct smp_key_distribution smp_key_distribution; variable
304 void smp_key_distribution(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_key_distribution() function
306 test::mock::stack_smp_act::smp_key_distribution(p_cb, p_data); in smp_key_distribution()
H A Dmock_stack_smp_act.h434 struct smp_key_distribution { struct
439 extern struct smp_key_distribution smp_key_distribution; argument
/aosp12/system/bt/stack/smp/
H A Dsmp_act.cc378 smp_key_distribution(p_cb, NULL); in smp_send_enc_info()
969 smp_key_distribution(p_cb, NULL); in smp_proc_enc_info()
1000 smp_key_distribution(p_cb, NULL); in smp_proc_central_id()
1266 void smp_key_distribution(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_key_distribution() function
2074 smp_key_distribution(p_cb, NULL); in smp_process_secure_connection_long_term_key()
2092 smp_key_distribution(p_cb, NULL); in smp_set_derive_link_key()
2166 smp_key_distribution(p_cb, NULL); in smp_key_distribution_by_transport()
H A Dsmp_main.cc190 smp_key_distribution,
H A Dsmp_int.h363 extern void smp_key_distribution(tSMP_CB* p_cb, tSMP_INT_DATA* p_data);
/aosp12/system/bt/stack/test/common/
H A Dmock_smp_smp_act.cc85 void smp_key_distribution(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_key_distribution() function