Searched refs:SMP_BR_AUTH_CMPL_EVT (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/smp/ |
D | smp_act.cc | 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() 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() 2057 smp_sm_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_br_process_link_key()
|
D | smp_l2c.cc | 231 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in smp_tx_complete_callback()
|
D | smp_api.cc | 195 smp_br_state_machine_event(p_cb, SMP_BR_AUTH_CMPL_EVT, &smp_int_data); in SMP_BR_PairWith()
|
D | smp_utils.cc | 386 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()
|
D | smp_int.h | 192 #define SMP_BR_AUTH_CMPL_EVT (SMP_BR_SELF_DEF_EVT + 8) macro
|