Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_l2c.cc225 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_tx_complete_callback()
266 smp_br_state_machine_event(p_cb, SMP_BR_L2CAP_CONN_EVT, NULL); in smp_br_connect_callback()
271 smp_br_state_machine_event(p_cb, SMP_BR_L2CAP_DISCONN_EVT, &int_data); in smp_br_connect_callback()
335 smp_br_state_machine_event(p_cb, cmd, &smp_int_data); in smp_br_data_received()
Dsmp_api.cc211 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in SMP_BR_PairWith()
285 smp_br_state_machine_event(&smp_cb, SMP_BR_API_SEC_GRANT_EVT, in SMP_SecurityGrant()
Dsmp_act.cc214 smp_br_state_machine_event(p_cb, SMP_BR_KEYS_RSP_EVT, NULL); in smp_send_app_cback()
789 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_br_process_pairing_command()
803 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_br_process_pairing_command()
817 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_br_process_pairing_command()
851 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, p_data); in smp_br_process_security_grant()
891 smp_br_state_machine_event(p_cb, SMP_BR_BOND_REQ_EVT, NULL); in smp_br_check_authorization_request()
899 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_br_check_authorization_request()
923 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_br_select_next_key()
Dsmp_br_main.cc301 void smp_br_state_machine_event(tSMP_CB* p_cb, tSMP_BR_EVENT event, in smp_br_state_machine_event() function
Dsmp_utils.cc386 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_send_cmd()
412 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_rsp_timeout()
Dsmp_int.h349 extern void smp_br_state_machine_event(tSMP_CB* p_cb, tSMP_BR_EVENT event,