Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_stack_smp_act.cc59 struct smp_send_rand smp_send_rand; variable
160 void smp_send_rand(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_send_rand() function
162 test::mock::stack_smp_act::smp_send_rand(p_cb, p_data); in smp_send_rand()
Dmock_stack_smp_act.h108 struct smp_send_rand { struct
113 extern struct smp_send_rand smp_send_rand; argument
/system/bt/stack/smp/
Dsmp_act.cc312 void smp_send_rand(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_send_rand() function
1617 smp_send_rand(p_cb, NULL); in smp_process_local_nonce()
1639 smp_send_rand(p_cb, NULL); in smp_process_local_nonce()
1697 smp_send_rand(p_cb, NULL); in smp_process_peer_nonce()
1731 smp_send_rand(p_cb, NULL); in smp_process_peer_nonce()
1745 smp_send_rand(p_cb, NULL); in smp_process_peer_nonce()
Dsmp_main.cc170 smp_send_rand,
Dsmp_int.h328 extern void smp_send_rand(tSMP_CB* p_cb, tSMP_INT_DATA* p_data);
/system/bt/stack/test/common/
Dmock_smp_smp_act.cc229 void smp_send_rand(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_send_rand() function