Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_smp_act.cc98 struct smp_wait_for_both_public_keys smp_wait_for_both_public_keys; variable
345 void smp_wait_for_both_public_keys(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_wait_for_both_public_keys() function
347 test::mock::stack_smp_act::smp_wait_for_both_public_keys(p_cb, p_data); in smp_wait_for_both_public_keys()
Dmock_stack_smp_act.h542 struct smp_wait_for_both_public_keys { struct
547 extern struct smp_wait_for_both_public_keys smp_wait_for_both_public_keys; argument
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_main.cc227 smp_wait_for_both_public_keys,
Dsmp_int.h433 void smp_wait_for_both_public_keys(tSMP_CB* p_cb, tSMP_INT_DATA* p_data);
Dsmp_act.cc753 smp_wait_for_both_public_keys(p_cb, NULL); in smp_process_pairing_public_key()
1931 void smp_wait_for_both_public_keys(tSMP_CB* p_cb, tSMP_INT_DATA* /* p_data */) { in smp_wait_for_both_public_keys() function