Searched refs:SMP_AUTH_CMPL_EVT (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/smp/ |
D | smp_act.c | 79 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in pts_test_send_authentication_complete_failure() 83 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in pts_test_send_authentication_complete_failure() 87 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in pts_test_send_authentication_complete_failure() 91 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in pts_test_send_authentication_complete_failure() 95 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in pts_test_send_authentication_complete_failure() 508 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_proc_sec_req() 539 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, p_data); in smp_proc_sec_grant() 585 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_proc_pair_cmd() 617 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() [all …]
|
D | smp_api.c | 160 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in SMP_Pair() 241 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &err_code); in SMP_PairCancel() 334 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_PasskeyReply() 391 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_ConfirmReply() 425 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_OobDataReply() 460 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_SecureConnectionOobDataReply() 495 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_SecureConnectionOobDataReply()
|
D | smp_keys.c | 274 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_generate_stk() 408 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_compute_csrk() 621 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_calculate_comfirm() 661 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_calculate_comfirm_cont() 822 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_generate_ltk_cont() 858 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_generate_y() 1324 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_calculate_numeric_comparison_display_number() 1801 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_calculate_peer_dhkey_check() 2268 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in smp_rand_back()
|
D | smp_l2c.c | 228 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_tx_complete_callback()
|
D | smp_utils.c | 344 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in smp_send_cmd() 372 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in smp_rsp_timeout()
|
D | smp_int.h | 83 #define SMP_AUTH_CMPL_EVT (SMP_SELF_DEF_EVT + 7) macro
|