Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_l2c.c230 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &reason); in smp_tx_complete_callback()
276 smp_br_state_machine_event(p_cb, SMP_BR_L2CAP_CONN_EVT, NULL); in smp_br_connect_callback()
283 smp_br_state_machine_event(p_cb, SMP_BR_L2CAP_DISCONN_EVT, &int_data); in smp_br_connect_callback()
340 smp_br_state_machine_event(p_cb, cmd, p); in smp_br_data_received()
Dsmp_api.c205 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &status); in SMP_BR_PairWith()
276 smp_br_state_machine_event(&smp_cb, SMP_BR_API_SEC_GRANT_EVT, &res); in SMP_SecurityGrant()
Dsmp_br_main.c333 void smp_br_state_machine_event(tSMP_CB *p_cb, tSMP_BR_EVENT event, void *p_data) in smp_br_state_machine_event() function
Dsmp_act.c251 smp_br_state_machine_event(p_cb, SMP_BR_KEYS_RSP_EVT, NULL); in smp_send_app_cback()
848 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &reason); in smp_br_process_pairing_command()
868 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &reason); in smp_br_process_pairing_command()
905 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, p_data); in smp_br_process_security_grant()
946 smp_br_state_machine_event(p_cb, SMP_BR_BOND_REQ_EVT, NULL); in smp_br_check_authorization_request()
954 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &reason); in smp_br_check_authorization_request()
981 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &reason); in smp_br_select_next_key()
Dsmp_utils.c340 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &failure); in smp_send_cmd()
368 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &failure); in smp_rsp_timeout()
Dsmp_int.h397 extern void smp_br_state_machine_event(tSMP_CB *p_cb, tSMP_BR_EVENT event, void *p_data);
Dsmp_keys.c404 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &status); in smp_compute_csrk()