Searched refs:mWriteType (Results 1 – 2 of 2) sorted by relevance
170 protected int mWriteType; field in BluetoothGattCharacteristic238 mWriteType = WRITE_TYPE_NO_RESPONSE; in initCharacteristic()240 mWriteType = WRITE_TYPE_DEFAULT; in initCharacteristic()256 out.writeInt(mWriteType); in writeToParcel()277 mWriteType = in.readInt(); in BluetoothGattCharacteristic()402 return mWriteType; in getWriteType()416 mWriteType = writeType; in setWriteType()
382 Landroid/bluetooth/BluetoothGattCharacteristic;->mWriteType:I