Searched refs:SMP_AUTH_CMPL_EVT (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/smp/ |
D | smp_api.cc | 165 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_Pair() 249 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_PairCancel() 287 smp_sm_event(&smp_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_SecurityGrant() 307 smp_sm_event(&smp_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_SecurityGrant() 387 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_PasskeyReply() 442 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_ConfirmReply() 477 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_OobDataReply() 510 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_SecureConnectionOobDataReply() 545 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_SecureConnectionOobDataReply()
|
D | smp_act.cc | 56 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in pts_test_send_authentication_complete_failure() 461 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_sec_req() 488 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, p_data); in smp_proc_sec_grant() 537 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_pair_cmd() 551 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_pair_cmd() 582 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_pair_cmd() 604 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_pair_cmd() 623 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_confirm() 647 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_init() 667 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_rand() [all …]
|
D | smp_utils.cc | 359 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_send_msg_to_L2CAP() 400 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_send_cmd() 426 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_rsp_timeout() 449 smp_sm_event(&smp_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_delayed_auth_complete_timeout()
|
D | smp_keys.cc | 369 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_generate_confirm() 433 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_generate_compare() 843 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_calculate_numeric_comparison_display_number()
|
D | smp_int.h | 74 SMP_AUTH_CMPL_EVT = (SMP_SELF_DEF_EVT + 7), // 0x0b enumerator
|