Searched refs:smp_key_distribution (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_smp_act.cc | 80 struct smp_key_distribution smp_key_distribution; variable 280 void smp_key_distribution(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_key_distribution() function 282 test::mock::stack_smp_act::smp_key_distribution(p_cb, p_data); in smp_key_distribution()
|
D | mock_stack_smp_act.h | 403 struct smp_key_distribution { struct 408 extern struct smp_key_distribution smp_key_distribution; argument
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_act.cc | 398 smp_key_distribution(p_cb, NULL); in smp_send_enc_info() 997 smp_key_distribution(p_cb, NULL); in smp_proc_enc_info() 1029 smp_key_distribution(p_cb, NULL); in smp_proc_central_id() 1346 void smp_key_distribution(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_key_distribution() function 2150 smp_key_distribution(p_cb, NULL); in smp_process_secure_connection_long_term_key() 2168 smp_key_distribution(p_cb, NULL); in smp_set_derive_link_key() 2242 smp_key_distribution(p_cb, NULL); in smp_key_distribution_by_transport()
|
D | smp_main.cc | 199 smp_key_distribution,
|
D | smp_int.h | 418 void smp_key_distribution(tSMP_CB* p_cb, tSMP_INT_DATA* p_data);
|