Searched refs:smp_sm_event (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
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() 287 smp_sm_event(&smp_cb, SMP_API_SEC_GRANT_EVT, &res); in SMP_SecurityGrant() 330 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_PasskeyReply() 333 smp_sm_event(&smp_cb, SMP_SC_KEY_READY_EVT, &passkey); in SMP_PasskeyReply() 405 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_ConfirmReply() 407 smp_sm_event(p_cb, SMP_SC_NC_OK_EVT, NULL); in SMP_ConfirmReply() 437 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_OobDataReply() 448 smp_sm_event(&smp_cb, SMP_KEY_READY_EVT, &key); in SMP_OobDataReply() 470 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_SecureConnectionOobDataReply() [all …]
|
D | smp_act.c | 199 smp_sm_event(p_cb, SMP_IO_RSP_EVT, NULL); in smp_send_app_cback() 223 smp_sm_event(p_cb, SMP_DISCARD_SEC_REQ_EVT, NULL); in smp_send_app_cback() 468 smp_sm_event(p_cb, SMP_ENC_REQ_EVT, NULL); in smp_proc_sec_req() 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() [all …]
|
D | smp_keys.c | 233 smp_sm_event(&smp_cb, SMP_KEY_READY_EVT, &passkey); in smp_use_static_passkey() 235 smp_sm_event(p_cb, SMP_KEY_READY_EVT, (tSMP_INT_DATA *)&key); in smp_use_static_passkey() 302 smp_sm_event(&smp_cb, SMP_KEY_READY_EVT, &passkey); in smp_proc_passkey() 304 smp_sm_event(p_cb, SMP_KEY_READY_EVT, (tSMP_INT_DATA *)&key); in smp_proc_passkey() 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() 786 smp_sm_event(p_cb, SMP_KEY_READY_EVT, &key); in smp_process_confirm() 812 smp_sm_event(p_cb, SMP_KEY_READY_EVT, &key); in smp_process_compare() [all …]
|
D | smp_l2c.c | 135 smp_sm_event(p_cb, SMP_L2CAP_CONN_EVT, NULL); in smp_connect_callback() 140 smp_sm_event(p_cb, SMP_L2CAP_DISCONN_EVT, &int_data); in smp_connect_callback() 204 smp_sm_event(p_cb, cmd, p); in smp_data_received() 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() 843 smp_sm_event(&smp_cb, SMP_KEY_READY_EVT, &key); in smp_convert_string_to_tk() 1638 smp_sm_event(p_cb, SMP_TK_REQ_EVT, &req_oob_type); in smp_request_oob_data()
|
D | smp_main.c | 728 void smp_sm_event(tSMP_CB *p_cb, tSMP_EVENT event, void *p_data) in smp_sm_event() function
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/ |
D | smp_int.h | 367 extern void smp_sm_event(tSMP_CB *p_cb, tSMP_EVENT event, void *p_data); 390 extern void smp_sm_event(tSMP_CB *p_cb, tSMP_EVENT event, void *p_data);
|