Home
last modified time | relevance | path

Searched refs:smp_sm_event (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/smp/
Dsmp_api.c160 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()
287 smp_sm_event(&smp_cb, SMP_API_SEC_GRANT_EVT, &res); in SMP_SecurityGrant()
334 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_PasskeyReply()
339 smp_sm_event(&smp_cb, SMP_SC_KEY_READY_EVT, &passkey); in SMP_PasskeyReply()
391 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_ConfirmReply()
395 smp_sm_event(p_cb, SMP_SC_NC_OK_EVT, NULL); in SMP_ConfirmReply()
425 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_OobDataReply()
437 smp_sm_event(&smp_cb, SMP_KEY_READY_EVT, &key); in SMP_OobDataReply()
460 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_SecureConnectionOobDataReply()
[all …]
Dsmp_act.c79 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()
236 smp_sm_event(p_cb, SMP_IO_RSP_EVT, NULL); in smp_send_app_cback()
260 smp_sm_event(p_cb, SMP_DISCARD_SEC_REQ_EVT, NULL); in smp_send_app_cback()
496 smp_sm_event(p_cb, SMP_ENC_REQ_EVT, NULL); in smp_proc_sec_req()
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()
[all …]
Dsmp_l2c.c123 smp_sm_event(p_cb, SMP_L2CAP_CONN_EVT, NULL); in smp_connect_callback()
130 smp_sm_event(p_cb, SMP_L2CAP_DISCONN_EVT, &int_data); in smp_connect_callback()
202 smp_sm_event(p_cb, cmd, p); in smp_data_received()
228 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_tx_complete_callback()
Dsmp_keys.c235 smp_sm_event(&smp_cb, SMP_KEY_READY_EVT, &passkey); in smp_proc_passkey()
239 smp_sm_event(p_cb, SMP_KEY_READY_EVT, (tSMP_INT_DATA *)&key); in smp_proc_passkey()
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()
743 smp_sm_event(p_cb, SMP_KEY_READY_EVT, &key); in smp_process_confirm()
768 smp_sm_event(p_cb, SMP_KEY_READY_EVT, &key); in smp_process_compare()
794 smp_sm_event(p_cb, SMP_KEY_READY_EVT, &key); in smp_process_stk()
822 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_generate_ltk_cont()
[all …]
Dsmp_utils.c344 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()
782 smp_sm_event(&smp_cb, SMP_KEY_READY_EVT, &key); in smp_convert_string_to_tk()
1540 smp_sm_event(p_cb, SMP_TK_REQ_EVT, &req_oob_type); in smp_request_oob_data()
Dsmp_int.h369 extern void smp_sm_event(tSMP_CB *p_cb, tSMP_EVENT event, void *p_data);
392 extern void smp_sm_event(tSMP_CB *p_cb, tSMP_EVENT event, void *p_data);
Dsmp_main.c768 void smp_sm_event(tSMP_CB *p_cb, tSMP_EVENT event, void *p_data) in smp_sm_event() function