Searched refs:smp_key_distribution (Results 1 – 6 of 6) sorted by relevance
/system/bt/test/mock/ |
D | mock_stack_smp_act.cc | 95 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()
|
D | mock_stack_smp_act.h | 434 struct smp_key_distribution { struct 439 extern struct smp_key_distribution smp_key_distribution; argument
|
/system/bt/stack/smp/ |
D | smp_act.cc | 378 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 2047 smp_key_distribution(p_cb, NULL); in smp_process_secure_connection_long_term_key() 2065 smp_key_distribution(p_cb, NULL); in smp_set_derive_link_key() 2139 smp_key_distribution(p_cb, NULL); in smp_key_distribution_by_transport()
|
D | smp_main.cc | 190 smp_key_distribution,
|
D | smp_int.h | 363 extern void smp_key_distribution(tSMP_CB* p_cb, tSMP_INT_DATA* p_data);
|
/system/bt/stack/test/common/ |
D | mock_smp_smp_act.cc | 85 void smp_key_distribution(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_key_distribution() function
|