Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAbstractionLayer.java59 static final int BT_BOND_STATE_BONDED = 0x02; field in AbstractionLayer
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc323 (pairing_cb.state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts); in is_bonding_or_sdp()
617 } else if (state == BT_BOND_STATE_BONDED) { in bond_state_changed()
642 (state == BT_BOND_STATE_BONDED && in bond_state_changed()
1258 state = BT_BOND_STATE_BONDED; in btif_dm_auth_cmpl_evt()
1302 bond_state_changed(BT_STATUS_SUCCESS, bd_addr, BT_BOND_STATE_BONDED); in btif_dm_auth_cmpl_evt()
1713 pairing_cb.state == BT_BOND_STATE_BONDED && in btif_on_service_discovery_results()
1783 if (results_for_bonding_device && pairing_cb.state == BT_BOND_STATE_BONDED && in btif_on_service_discovery_results()
3583 state = BT_BOND_STATE_BONDED; in btif_dm_ble_auth_cmpl_evt()
3660 if (state == BT_BOND_STATE_BONDED && !pairing_cb.static_bdaddr.IsEmpty() && in btif_dm_ble_auth_cmpl_evt()
4126 case BT_BOND_STATE_BONDED: in btif_debug_bond_event_dump()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h481 BT_BOND_STATE_BONDED enumerator
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc272 if ((BtBondState)bond_state == BtBondState::BT_BOND_STATE_BONDED) { in ToPairingState()