Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_smp_act.cc65 struct smp_br_process_security_grant smp_br_process_security_grant; variable
220 void smp_br_process_security_grant(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_br_process_security_grant() function
222 test::mock::stack_smp_act::smp_br_process_security_grant(p_cb, p_data); in smp_br_process_security_grant()
Dmock_stack_smp_act.h267 struct smp_br_process_security_grant { struct
272 extern struct smp_br_process_security_grant smp_br_process_security_grant; argument
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_br_main.cc89 smp_br_process_security_grant, /* SMP_BR_PROC_SEC_GRANT */
Dsmp_int.h444 void smp_br_process_security_grant(tSMP_CB* p_cb, tSMP_INT_DATA* p_data);
Dsmp_act.cc900 void smp_br_process_security_grant(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { in smp_br_process_security_grant() function