Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c479 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_proc_sec_req()
508 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, p_data); in smp_proc_sec_grant()
580 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_proc_pair_cmd()
604 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_proc_pair_cmd()
620 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_proc_pair_cmd()
642 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_proc_pair_cmd()
659 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_proc_pair_cmd()
688 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_proc_confirm()
713 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason);
734 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_proc_rand()
[all …]
Dsmp_api.c166 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in SMP_Pair()
240 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &err_code); in SMP_PairCancel()
330 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_PasskeyReply()
405 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_ConfirmReply()
437 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_OobDataReply()
470 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_SecureConnectionOobDataReply()
511 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_SecureConnectionOobDataReply()
Dsmp_keys.c336 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_generate_stk()
468 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_compute_csrk()
668 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_calculate_comfirm()
705 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_calculate_comfirm_cont()
865 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_generate_ltk_cont()
898 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_generate_y()
1378 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_calculate_numeric_comparison_display_number()
1847 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_calculate_peer_dhkey_check()
2290 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in smp_rand_back()
Dsmp_l2c.c231 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_tx_complete_callback()
Dsmp_utils.c374 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in smp_send_cmd()
402 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in smp_rsp_timeout()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h83 #define SMP_AUTH_CMPL_EVT (SMP_SELF_DEF_EVT + 7) macro