Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc278 static btif_dm_pairing_cb_t pairing_cb; variable
322 return pairing_cb.state == BT_BOND_STATE_BONDING || in is_bonding_or_sdp()
323 (pairing_cb.state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts); in is_bonding_or_sdp()
578 if ((pairing_cb.state == state) && (state == BT_BOND_STATE_BONDING)) { in bond_state_changed()
580 if (!pairing_cb.static_bdaddr.IsEmpty()) { in bond_state_changed()
586 hci_reason_code_text(to_hci_reason_code(pairing_cb.fail_reason)) in bond_state_changed()
589 status, bd_addr, state, pairing_cb.fail_reason); in bond_state_changed()
594 if (pairing_cb.bond_type == BOND_TYPE_TEMPORARY) { in bond_state_changed()
601 state, pairing_cb.state, pairing_cb.sdp_attempts); in bond_state_changed()
628 hci_reason_code_text(to_hci_reason_code(pairing_cb.fail_reason)) in bond_state_changed()
[all …]