Home
last modified time | relevance | path

Searched refs:BTM_PAIR_STATE_IDLE (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/stack/btm/
H A Dbtm_sec.cc738 if (btm_cb.pairing_state != BTM_PAIR_STATE_IDLE) { in btm_sec_bond_by_transport()
871 btm_sec_change_pairing_state(BTM_PAIR_STATE_IDLE); in btm_sec_bond_by_transport()
961 if ((btm_cb.pairing_state != BTM_PAIR_STATE_IDLE) && in BTM_SecBondCancel()
2055 if (btm_cb.pairing_state == BTM_PAIR_STATE_IDLE) { in btm_sec_check_pending_reqs()
2501 case BTM_PAIR_STATE_IDLE: in btm_io_capabilities_req()
2651 if (btm_cb.pairing_state == BTM_PAIR_STATE_IDLE) { in btm_io_capabilities_rsp()
4094 if (btm_cb.pairing_state != BTM_PAIR_STATE_IDLE) { in btm_sec_pin_code_request()
4112 if (btm_cb.pairing_state == BTM_PAIR_STATE_IDLE) { in btm_sec_pin_code_request()
4535 if (new_state == BTM_PAIR_STATE_IDLE) { in btm_sec_change_pairing_state()
4551 if (old_state == BTM_PAIR_STATE_IDLE) in btm_sec_change_pairing_state()
[all …]
H A Dbtm_int_types.h72 BTM_PAIR_STATE_IDLE, /* Idle */ enumerator
272 BTM_PAIR_STATE_IDLE}; /* The current pairing state */
H A Dbtm_ble.cc1761 btm_cb.pairing_state != BTM_PAIR_STATE_IDLE) { in btm_proc_smp_cback()
1832 btm_cb.pairing_state = BTM_PAIR_STATE_IDLE; in btm_proc_smp_cback()