Searched refs:SMP_AUTH_CMPL_EVT (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/smp/ |
D | smp_act.cc | 59 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in pts_test_send_authentication_complete_failure() 451 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_sec_req() 478 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, p_data); in smp_proc_sec_grant() 527 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_pair_cmd() 541 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_pair_cmd() 571 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_pair_cmd() 593 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_pair_cmd() 612 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_confirm() 636 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_init() 656 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_rand() [all …]
|
D | smp_api.cc | 164 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_Pair() 248 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_PairCancel() 348 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_PasskeyReply() 403 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_ConfirmReply() 438 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_OobDataReply() 474 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_SecureConnectionOobDataReply() 509 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_SecureConnectionOobDataReply()
|
D | smp_l2c.cc | 223 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_tx_complete_callback()
|
D | smp_keys.cc | 391 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_generate_confirm() 455 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_generate_compare() 847 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_calculate_numeric_comparison_display_number()
|
D | smp_utils.cc | 388 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_send_cmd() 414 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_rsp_timeout() 437 smp_sm_event(&smp_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_delayed_auth_complete_timeout()
|
D | smp_int.h | 84 #define SMP_AUTH_CMPL_EVT (SMP_SELF_DEF_EVT + 7) macro
|