Home
last modified time | relevance | path

Searched defs:BOND_BONDED (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothDevice.java36 public static final int BOND_BONDED = android.bluetooth.BluetoothDevice.BOND_BONDED; field in BluetoothDevice
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java57 private static final int BOND_BONDED = BluetoothDevice.BOND_BONDED; field in BondStateMachineTest
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java72 sBondStates.put(BluetoothDevice.BOND_BONDED, "Bonded"); in sBondStates.put()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java380 public static final int BOND_BONDED = 12; field in BluetoothDevice