Part Number: CC2640R2F
Tool/software: TI-RTOS
Hello, thanks for help til now, I finally got some points how to implement my project related to Broadcasting and Observing.
I'm now using Micro BLE Stack because all of what I have to do is just advertising and scanning,
but I encountered this issue: There seems to be no example using SCAN_RESPONSE data with Micro Stack.
I defined FEATURE_SCAN_RESPONSE because of some macros in uble.c, but couldn't find how to get SCAN_RSP data in my application code.
Would you give me some example or explain how to handle this?
Thanks in advance!
(FYI, the base code I'm using now is this:
)