BLE byte characteristic with nRF52

Hi all,
I’m working with the nRF52-DK (nRF52832) and the library BLEPeripheral.h for sending data from sensors to an app. I have to send this data as Byte packages. The problem is that I can’t define a characteristic as “BLEByteCharacteristic”, as this type is not defined in the library BLETypedCharacteristic.h. I’ve tried to define it unsuccessfully.
If I try to use another type like BLEIntCharacteristic I can only send 4 bytes. is there anyway I can do this?

Please ask the library author these library-specific questions → Issues · sandeepmistry/arduino-BLEPeripheral · GitHub

Otherwise