Part Number: LAUNCHXL-CC2650
Tool/software: TI-RTOS
Hello,
I'm extending project zero project with my application.
I've written a profile service which has read functionality (I'm sending data over BLE to the client of course), the problem is that I'm trying to send very big data (around 1KB), but in the function MyApplication_Service_ReadAttrCB, maxLen is only 22.
The question is how can I send data by chunks, is it suppose to be done by the client app and not by the board application?
In addition on write callback I want to notify the client app if the action succeeded or failed, how should I do that?
Thanks in advance.