uint16_t offset;
This function offsets into the data buffer, in bytes. For example, if the characteristic is 20 bytes long and the central device requests a 10 bytes offset, then the service should call ackOk() with value buffer starting with buffer[10].
LGATTServer.h
LGATTReadRequest Class