Searched refs:SMP_AUTH_CMPL_EVT (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_act.c | 479 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 …]
|
D | smp_api.c | 166 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()
|
D | smp_keys.c | 336 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()
|
D | smp_l2c.c | 231 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_tx_complete_callback()
|
D | smp_utils.c | 374 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/ |
D | smp_int.h | 83 #define SMP_AUTH_CMPL_EVT (SMP_SELF_DEF_EVT + 7) macro
|