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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java105 private int mBondState; field in class:RemoteDevices.DeviceProperties
108 mBondState = BluetoothDevice.BOND_NONE;
190 * @param mBondState the mBondState to set
192 void setBondState(int mBondState) { argument
194 this.mBondState = mBondState;
195 if (mBondState == BluetoothDevice.BOND_NONE)
207 * @return the mBondState
211 return mBondState;
[all...]

Completed in 1574 milliseconds