Searched refs:mWriteType (Results 1 – 2 of 2) sorted by relevance
214 protected int mWriteType; field in BluetoothGattCharacteristic280 mWriteType = WRITE_TYPE_NO_RESPONSE; in initCharacteristic()282 mWriteType = WRITE_TYPE_DEFAULT; in initCharacteristic()298 out.writeInt(mWriteType); in writeToParcel()319 mWriteType = in.readInt(); in BluetoothGattCharacteristic()445 return mWriteType; in getWriteType()459 mWriteType = writeType; in setWriteType()
24 private FrameType mWriteType = null; field in FrameQueue.Builder31 mWriteType = type; in setWriteType()57 FrameType result = FrameType.merge(mWriteType, mReadType); in buildType()