Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_smp_act.cc45 struct smp_send_rand smp_send_rand; variable
140 void smp_send_rand(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_send_rand() function
142 test::mock::stack_smp_act::smp_send_rand(p_cb, p_data); in smp_send_rand()
Dmock_stack_smp_act.h85 struct smp_send_rand { struct
90 extern struct smp_send_rand smp_send_rand; argument
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_act.cc332 void smp_send_rand(tSMP_CB* p_cb, tSMP_INT_DATA* /* p_data */) { in smp_send_rand() function
1719 smp_send_rand(p_cb, NULL); in smp_process_local_nonce()
1741 smp_send_rand(p_cb, NULL); in smp_process_local_nonce()
1800 smp_send_rand(p_cb, NULL); in smp_process_peer_nonce()
1834 smp_send_rand(p_cb, NULL); in smp_process_peer_nonce()
1848 smp_send_rand(p_cb, NULL); in smp_process_peer_nonce()
Dsmp_main.cc179 smp_send_rand,
Dsmp_int.h384 void smp_send_rand(tSMP_CB* p_cb, tSMP_INT_DATA* p_data);