Searched refs:smp_send_rand (Results 1 – 6 of 6) sorted by relevance
/system/bt/test/mock/ |
D | mock_stack_smp_act.cc | 59 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()
|
D | mock_stack_smp_act.h | 108 struct smp_send_rand { struct 113 extern struct smp_send_rand smp_send_rand; argument
|
/system/bt/stack/smp/ |
D | smp_act.cc | 312 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()
|
D | smp_main.cc | 170 smp_send_rand,
|
D | smp_int.h | 328 extern void smp_send_rand(tSMP_CB* p_cb, tSMP_INT_DATA* p_data);
|
/system/bt/stack/test/common/ |
D | mock_smp_smp_act.cc | 229 void smp_send_rand(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_send_rand() function
|