Searched refs:SMP_BR_AUTH_CMPL_EVT (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_act.c | 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() 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() 2149 smp_sm_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &status); in smp_br_process_link_key()
|
D | smp_l2c.c | 234 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &reason); in smp_tx_complete_callback()
|
D | smp_api.c | 210 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &status); in SMP_BR_PairWith()
|
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 | 183 #define SMP_BR_AUTH_CMPL_EVT (SMP_BR_SELF_DEF_EVT + 8) macro
|