Searched refs:smp_send_rand (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_smp_act.cc | 45 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()
|
D | mock_stack_smp_act.h | 85 struct smp_send_rand { struct 90 extern struct smp_send_rand smp_send_rand; argument
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_act.cc | 332 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()
|
D | smp_main.cc | 179 smp_send_rand,
|
D | smp_int.h | 384 void smp_send_rand(tSMP_CB* p_cb, tSMP_INT_DATA* p_data);
|