Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java527 void setBondState(int newBondState) { in setBondState() argument
529 this.mBondState = newBondState; in setBondState()
530 if (newBondState == BluetoothDevice.BOND_NONE) { in setBondState()