Searched defs:mBondState (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java107 private int mBondState; field in class:RemoteDevices.DeviceProperties
110 mBondState = BluetoothDevice.BOND_NONE;
187 * @param mBondState the mBondState to set
189 void setBondState(int mBondState) { argument
191 this.mBondState = mBondState;
192 if (mBondState == BluetoothDevice.BOND_NONE)
204 * @return the mBondState
208 return mBondState;
[all...]

Completed in 84 milliseconds