Searched refs:smp_br_state_machine_event (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_l2c.c | 234 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &reason); in smp_tx_complete_callback() 281 smp_br_state_machine_event(p_cb, SMP_BR_L2CAP_CONN_EVT, NULL); in smp_br_connect_callback() 286 smp_br_state_machine_event(p_cb, SMP_BR_L2CAP_DISCONN_EVT, &int_data); in smp_br_connect_callback() 337 smp_br_state_machine_event(p_cb, cmd, p); in smp_br_data_received()
|
D | smp_api.c | 210 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &status); in SMP_BR_PairWith() 274 smp_br_state_machine_event(&smp_cb, SMP_BR_API_SEC_GRANT_EVT, &res); in SMP_SecurityGrant()
|
D | smp_br_main.c | 314 void smp_br_state_machine_event(tSMP_CB *p_cb, tSMP_BR_EVENT event, void *p_data) in smp_br_state_machine_event() function
|
D | smp_act.c | 214 smp_br_state_machine_event(p_cb, SMP_BR_KEYS_RSP_EVT, NULL); in smp_send_app_cback() 874 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &reason); in smp_br_process_pairing_command() 896 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &reason); in smp_br_process_pairing_command() 929 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, p_data); in smp_br_process_security_grant() 966 smp_br_state_machine_event(p_cb, SMP_BR_BOND_REQ_EVT, NULL); in smp_br_check_authorization_request() 973 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &reason); in smp_br_check_authorization_request() 997 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &reason); in smp_br_select_next_key()
|
D | smp_utils.c | 371 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &failure); in smp_send_cmd() 399 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &failure); in smp_rsp_timeout()
|
D | smp_keys.c | 465 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &status); in smp_compute_csrk()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/ |
D | smp_int.h | 395 extern void smp_br_state_machine_event(tSMP_CB *p_cb, tSMP_BR_EVENT event, void *p_data);
|