Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_dm.cc215 static btif_dm_pairing_cb_t pairing_cb; variable
264 return pairing_cb.state == BT_BOND_STATE_BONDING || in is_bonding_or_sdp()
265 (pairing_cb.state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts); in is_bonding_or_sdp()
494 if ((pairing_cb.state == state) && (state == BT_BOND_STATE_BONDING)) { in bond_state_changed()
496 if (!pairing_cb.static_bdaddr.IsEmpty()) { in bond_state_changed()
503 if (pairing_cb.bond_type == BOND_TYPE_TEMPORARY) state = BT_BOND_STATE_NONE; in bond_state_changed()
506 state, pairing_cb.state, pairing_cb.sdp_attempts); in bond_state_changed()
517 (state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts > 0)) { in bond_state_changed()
519 pairing_cb.state = state; in bond_state_changed()
520 pairing_cb.bd_addr = bd_addr; in bond_state_changed()
[all …]