Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sec.cc660 btm_sec_change_pairing_state(BTM_PAIR_STATE_IDLE); in BTM_PINCodeReply()
701 btm_sec_change_pairing_state(BTM_PAIR_STATE_IDLE); in BTM_PINCodeReply()
738 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()
1251 if ((btm_cb.pairing_state == BTM_PAIR_STATE_IDLE) || in BTM_PasskeyReqReply()
1272 btm_sec_change_pairing_state(BTM_PAIR_STATE_IDLE); in BTM_PasskeyReqReply()
1532 (btm_cb.pairing_state != BTM_PAIR_STATE_IDLE)) { in btm_sec_l2cap_access_req_by_requirement()
1784 (btm_cb.pairing_state != BTM_PAIR_STATE_IDLE)) { in btm_sec_mx_access_request()
1939 if ((btm_cb.pairing_state != BTM_PAIR_STATE_IDLE) && in btm_sec_conn_req()
[all …]
Dbtm_int_types.h72 BTM_PAIR_STATE_IDLE, /* Idle */ enumerator
272 BTM_PAIR_STATE_IDLE}; /* The current pairing state */
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()