Searched refs:SMP_AUTH_CMPL_EVT (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_api.cc | 108 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_Pair() 182 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_PairCancel() 216 smp_sm_event(&smp_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_SecurityGrant() 235 smp_sm_event(&smp_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_SecurityGrant() 305 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_PasskeyReply() 349 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_ConfirmReply() 381 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_OobDataReply() 414 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_SecureConnectionOobDataReply() 454 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_SecureConnectionOobDataReply() 523 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in SMP_SirkConfirmDeviceReply()
|
D | smp_act.cc | 69 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() 491 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_sec_req() 518 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, p_data); in smp_proc_sec_grant() 569 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_pair_cmd() 584 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_pair_cmd() 591 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_pair_cmd() 620 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_pair_cmd() 642 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_pair_cmd() 661 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_proc_confirm() [all …]
|
D | smp_utils.cc | 392 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_send_msg_to_L2CAP() 433 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_send_cmd() 458 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_rsp_timeout() 481 smp_sm_event(&smp_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_delayed_auth_complete_timeout()
|
D | smp_keys.cc | 381 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_generate_confirm() 445 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_generate_compare() 881 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_calculate_numeric_comparison_display_number()
|
D | smp_l2c.cc | 253 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &smp_int_data); in smp_tx_complete_callback()
|
D | smp_int.h | 127 SMP_AUTH_CMPL_EVT = (SMP_SELF_DEF_EVT + 7), // 0x0b enumerator
|