I want to send a data of length 1024 bytes over the ble UART , but the maximum length of data is 20 bytes at a time. Is it possible to increase the data length per instance. Is that the only method to send long data over ble is to split into 20bytes.