23 bytes is the limitation of GATT_Notification. You can have a look at the data structure of its second input parameter attHandleValueNoti_t and will see. If you want to send more than this limited bytes, you need to break down them to several part as in throughput example. Like the example, it is quite easy to set up a event and keeps trigger it to send data until you finish.
↧