Home
last modified time | relevance | path

Searched refs:smp_send_dhkey_check (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_smp_act.cc48 struct smp_send_dhkey_check smp_send_dhkey_check; variable
152 void smp_send_dhkey_check(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_send_dhkey_check() function
154 test::mock::stack_smp_act::smp_send_dhkey_check(p_cb, p_data); in smp_send_dhkey_check()
Dmock_stack_smp_act.h112 struct smp_send_dhkey_check { struct
117 extern struct smp_send_dhkey_check smp_send_dhkey_check; argument
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_main.cc220 smp_send_dhkey_check,
Dsmp_int.h387 void smp_send_dhkey_check(tSMP_CB* p_cb, tSMP_INT_DATA* p_data);
Dsmp_act.cc359 void smp_send_dhkey_check(tSMP_CB* p_cb, tSMP_INT_DATA* /* p_data */) { in smp_send_dhkey_check() function