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.cc254 smp_br_state_machine_event(p_cb, SMP_BR_L2CAP_CONN_EVT, NULL); in smp_br_connect_callback()
258 smp_br_state_machine_event(p_cb, SMP_BR_L2CAP_DISCONN_EVT, &int_data); in smp_br_connect_callback()
322 smp_br_state_machine_event(p_cb, static_cast<tSMP_EVENT>(cmd), in smp_br_data_received()
Dsmp_api.cc212 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in SMP_BR_PairWith()
324 smp_br_state_machine_event(&smp_cb, SMP_BR_API_SEC_GRANT_EVT, in SMP_SecurityGrant()
Dsmp_act.cc220 smp_br_state_machine_event(p_cb, SMP_BR_KEYS_RSP_EVT, NULL); in smp_send_app_cback()
810 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_br_process_pairing_command()
824 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_br_process_pairing_command()
838 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_br_process_pairing_command()
873 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, p_data); in smp_br_process_security_grant()
913 smp_br_state_machine_event(p_cb, SMP_BR_BOND_REQ_EVT, NULL); in smp_br_check_authorization_request()
921 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_br_check_authorization_request()
945 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_br_select_next_key()
Dsmp_br_main.cc304 void smp_br_state_machine_event(tSMP_CB* p_cb, tSMP_BR_EVENT event, in smp_br_state_machine_event() function
Dsmp_utils.cc361 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_send_msg_to_L2CAP()
398 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_send_cmd()
424 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_rsp_timeout()
Dsmp_int.h319 extern void smp_br_state_machine_event(tSMP_CB* p_cb, tSMP_BR_EVENT event,