Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_smp_act.cc52 struct smp_send_csrk_info smp_send_csrk_info; variable
168 void smp_send_csrk_info(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_send_csrk_info() function
170 test::mock::stack_smp_act::smp_send_csrk_info(p_cb, p_data); in smp_send_csrk_info()
Dmock_stack_smp_act.h148 struct smp_send_csrk_info { struct
153 extern struct smp_send_csrk_info smp_send_csrk_info; argument
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_int.h412 void smp_send_csrk_info(tSMP_CB* p_cb, tSMP_INT_DATA* p_data);
Dsmp_keys.cc195 smp_send_csrk_info(p_cb, NULL); in smp_compute_csrk()
Dsmp_act.cc420 void smp_send_csrk_info(tSMP_CB* p_cb, tSMP_INT_DATA* /* p_data */) { in smp_send_csrk_info() function