Searched refs:smp_sm_event (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluedroid/stack/smp/ |
D | smp_act.c | 115 smp_sm_event(p_cb, SMP_IO_RSP_EVT, NULL); in smp_send_app_cback() 122 smp_sm_event(p_cb, SMP_DISCARD_SEC_REQ_EVT, NULL); in smp_send_app_cback() 304 smp_sm_event(p_cb, SMP_ENC_REQ_EVT, NULL); in smp_proc_sec_req() 334 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, p_data); in smp_proc_sec_grant() 381 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_proc_pair_cmd() 385 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &(p_cb->pair_fail_status)); in smp_proc_pair_cmd() 394 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_proc_pair_cmd() 552 smp_sm_event(p_cb, SMP_RAND_EVT, NULL); in smp_proc_compare() 559 smp_sm_event(p_cb, SMP_ENC_REQ_EVT, NULL); in smp_proc_compare() 566 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &reason); in smp_proc_compare() [all …]
|
D | smp_api.c | 148 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in SMP_Pair() 180 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &err_code); in SMP_PairCancel() 207 smp_sm_event(&smp_cb, SMP_API_SEC_GRANT_EVT, &res); in SMP_SecurityGrant() 256 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_PasskeyReply() 294 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in SMP_OobDataReply() 306 smp_sm_event(&smp_cb, SMP_KEY_READY_EVT, &key); in SMP_OobDataReply()
|
D | smp_keys.c | 208 smp_sm_event(p_cb, SMP_KEY_READY_EVT, (tSMP_INT_DATA *)&key); in smp_proc_passkey() 248 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_generate_stk() 356 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_compute_csrk() 561 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_calculate_comfirm() 600 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_calculate_comfirm_cont() 691 smp_sm_event(p_cb, SMP_KEY_READY_EVT, &key); in smp_process_confirm() 715 smp_sm_event(p_cb, SMP_KEY_READY_EVT, &key); in smp_process_compare() 741 smp_sm_event(p_cb, SMP_KEY_READY_EVT, &key); in smp_process_stk() 767 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_genenrate_ltk_cont() 802 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &status); in smp_generate_y() [all …]
|
D | smp_l2c.c | 101 smp_sm_event(p_cb, SMP_L2CAP_CONN_EVT, NULL); in smp_connect_cback() 108 smp_sm_event(p_cb, SMP_L2CAP_DISCONN_EVT, &int_data); in smp_connect_cback() 154 smp_sm_event(p_cb, cmd, p); in smp_data_ind()
|
D | smp_utils.c | 134 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in smp_send_cmd() 159 smp_sm_event(p_cb, SMP_RELEASE_DELAY_TOUT_EVT, NULL); in smp_rsp_timeout() 163 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure); in smp_rsp_timeout() 461 smp_sm_event(&smp_cb, SMP_KEY_READY_EVT, &key); in smp_convert_string_to_tk()
|
D | smp_main.c | 426 void smp_sm_event(tSMP_CB *p_cb, tSMP_EVENT event, void *p_data) in smp_sm_event() function
|
D | smp_int.h | 250 extern void smp_sm_event(tSMP_CB *p_cb, tSMP_EVENT event, void *p_data);
|