This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC2640R2F: How to get SCAN RESPONSE data with Micro BLE Stack

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:  )