Other Parts Discussed in Thread: , BLE-STACK
Hello
I'm using CC2541DK-MINI CC2541 Mini Development Kit with standart program KeyFob Demo.
If BLE characteristic was changed Is there a way to create notification (callback) for OSAL? I don't wnat to use task for check characteristic because it will work not fast. If execute task with small period, I afraid it will load process.
I want to sent journal and use two characterisitics. One characteristic for data (one line of journal) second for command (for example "send next line of journal").
What is there best way to check characteristic change?
With the bst regards.