Searched refs:SMP_BR_AUTH_CMPL_EVT (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/smp/ |
D | smp_act.c | 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() 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() 2144 smp_sm_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &status); in smp_br_process_link_key()
|
D | smp_l2c.c | 230 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &reason); in smp_tx_complete_callback()
|
D | smp_api.c | 205 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &status); in SMP_BR_PairWith()
|
D | smp_utils.c | 340 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()
|
D | smp_int.h | 182 #define SMP_BR_AUTH_CMPL_EVT (SMP_BR_SELF_DEF_EVT + 8) macro
|
D | smp_keys.c | 404 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &status); in smp_compute_csrk()
|