Hi, I want to write a characteristic, the value size is fixed, for example the size is 4 bytes. When I try to wirte 6 bytes from the client, the first 4 bytes is writed succesfully and the last 2 bytes is droped.I want users know the value size is invalid. How can I return the message of size invalid to the client? Is there any example in the SDK? Thanks.