Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java344 void setBondState(int newBondState) { in setBondState() argument
347 && newBondState == BluetoothDevice.BOND_BONDING) in setBondState()
348 || newBondState == BluetoothDevice.BOND_NONE) { in setBondState()
356 mBondState = newBondState; in setBondState()