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.

CCS/CC2650: How to update Advertising Buffer dynamically in Peripheral+Observer combined Project

Part Number: CC2650

Tool/software: Code Composer Studio

Hi,

My application requires periodic update of Advertising data in the "simple_peripheral_observer_cc2650lp_app" project.

Project is up and both peripheral and observer working.

Please share any thoughts relating to this or any useful links.

My ccs version is  7.3.0.00019

Regards,

Danish

  • Hi Danish,

    My apologies for the late response, I would recommend using GAPRole_SetParameter() with the parameter GAPROLE_ADVERT_DATA.
    This can be used to update the advertising data. Please see peripheral_observer.c for more information on how to use this API.