Searched refs:mWriteType (Results 1 – 2 of 2) sorted by relevance
207 protected int mWriteType; field in BluetoothGattCharacteristic269 mWriteType = WRITE_TYPE_NO_RESPONSE; in initCharacteristic()271 mWriteType = WRITE_TYPE_DEFAULT; in initCharacteristic()288 out.writeInt(mWriteType); in writeToParcel()309 mWriteType = in.readInt(); in BluetoothGattCharacteristic()422 return mWriteType; in getWriteType()439 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()