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.java119 private int mBondState; field in RemoteDevices.DeviceProperties
122 mBondState = BluetoothDevice.BOND_NONE; in DeviceProperties()
202 void setBondState(int mBondState) { in setBondState() argument
204 this.mBondState = mBondState; in setBondState()
205 if (mBondState == BluetoothDevice.BOND_NONE) in setBondState()
221 return mBondState; in getBondState()