Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc643 btm_sec_cb.change_pairing_state(BTM_PAIR_STATE_IDLE); in BTM_PINCodeReply()
684 btm_sec_cb.change_pairing_state(BTM_PAIR_STATE_IDLE); in BTM_PINCodeReply()
718 if (btm_sec_cb.pairing_state != BTM_PAIR_STATE_IDLE) { in btm_sec_bond_by_transport()
852 btm_sec_cb.change_pairing_state(BTM_PAIR_STATE_IDLE); in btm_sec_bond_by_transport()
940 if ((btm_sec_cb.pairing_state != BTM_PAIR_STATE_IDLE) && in BTM_SecBondCancel()
1324 if ((btm_sec_cb.pairing_state == BTM_PAIR_STATE_IDLE) || in BTM_PasskeyReqReply()
1346 btm_sec_cb.change_pairing_state(BTM_PAIR_STATE_IDLE); in BTM_PasskeyReqReply()
1607 (btm_sec_cb.pairing_state != BTM_PAIR_STATE_IDLE)) { in btm_sec_l2cap_access_req_by_requirement()
1862 (btm_sec_cb.pairing_state != BTM_PAIR_STATE_IDLE)) { in btm_sec_mx_access_request()
2013 if ((btm_sec_cb.pairing_state != BTM_PAIR_STATE_IDLE) && in btm_sec_conn_req()
[all …]
Dbtm_sec_int_types.h42 BTM_PAIR_STATE_IDLE, /* Idle */ enumerator
Dbtm_sec_cb.h65 BTM_PAIR_STATE_IDLE}; /* The current pairing state */
Dbtm_ble_sec.cc1588 btm_sec_cb.pairing_state != BTM_PAIR_STATE_IDLE) { in btm_proc_smp_cback()
1646 btm_sec_cb.pairing_state = BTM_PAIR_STATE_IDLE; in btm_proc_smp_cback()