Home
last modified time | relevance | path

Searched refs:SMP_AUTH_CMPL_EVT (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/smp/
Dsmp_act.cc59 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 …]
Dsmp_api.cc164 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()
Dsmp_l2c.cc223 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_tx_complete_callback()
Dsmp_keys.cc391 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()
Dsmp_utils.cc388 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()
Dsmp_int.h84 #define SMP_AUTH_CMPL_EVT (SMP_SELF_DEF_EVT + 7) macro