Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java121 private int mBondState; field in RemoteDevices.DeviceProperties
126 mBondState = BluetoothDevice.BOND_NONE; in DeviceProperties()
219 void setBondState(int mBondState) { in setBondState() argument
221 this.mBondState = mBondState; in setBondState()
222 if (mBondState == BluetoothDevice.BOND_NONE) in setBondState()
238 return mBondState; in getBondState()