Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_smp_act.cc47 struct smp_send_commitment smp_send_commitment; variable
148 void smp_send_commitment(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_send_commitment() function
150 test::mock::stack_smp_act::smp_send_commitment(p_cb, p_data); in smp_send_commitment()
Dmock_stack_smp_act.h103 struct smp_send_commitment { struct
108 extern struct smp_send_commitment smp_send_commitment; argument
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_act.cc350 void smp_send_commitment(tSMP_CB* p_cb, tSMP_INT_DATA* /* p_data */) { in smp_send_commitment() function
1706 smp_send_commitment(p_cb, NULL); in smp_process_local_nonce()
1729 smp_send_commitment(p_cb, NULL); in smp_process_local_nonce()
1734 smp_send_commitment(p_cb, NULL); in smp_process_local_nonce()
Dsmp_main.cc216 smp_send_commitment,
Dsmp_int.h386 void smp_send_commitment(tSMP_CB* p_cb, tSMP_INT_DATA* p_data);