Searched refs:mBondState (Results 1 – 1 of 1) sorted by relevance
121 private int mBondState; field in RemoteDevices.DeviceProperties126 mBondState = BluetoothDevice.BOND_NONE; in DeviceProperties()219 void setBondState(int mBondState) { in setBondState() argument221 this.mBondState = mBondState; in setBondState()222 if (mBondState == BluetoothDevice.BOND_NONE) in setBondState()238 return mBondState; in getBondState()