Searched refs:mBondState (Results 1 – 1 of 1) sorted by relevance
119 private int mBondState; field in RemoteDevices.DeviceProperties122 mBondState = BluetoothDevice.BOND_NONE; in DeviceProperties()202 void setBondState(int mBondState) { in setBondState() argument204 this.mBondState = mBondState; in setBondState()205 if (mBondState == BluetoothDevice.BOND_NONE) in setBondState()221 return mBondState; in getBondState()