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.

Compiler/CC2640R2F: Extended Advertisement in MODE00 (Non-Connectable/Non-Scannable)

Part Number: CC2640R2F
Other Parts Discussed in Thread: BLE-STACK

Tool/software: TI C/C++ Compiler

Hello

I want to convert the BLE5 simple_peripheral Example to display AUX_CHAIN_IND.  Essentially, I want to fragment the data and do the following. 

ADV_EXT_IND->ADV_EXT_IND->ADV_EXT_IND -> AUX_ADV_IND -> AUX_CHAIN_IND->AUX_CHAIN_IND->AUX_CHAIN_IND.   

Thanks