Help with project day 9 - Dynamic Broadcaster

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
maisc_2456076
Level 1
Level 1

Hi,

   

 

   

I'm having problems trying to figure out how I can change the broadcast data.    I want to be able to change the data on the fly based on data received from the GPIO pins.

   

I tried modifying cyBle_discoveryModeInfo.advdata and no luck.

   

Thanks!

   

 

   

Mark

   

        
#if ENABLE_DYNAMIC_ADV
    
        cyBle_discoveryModeInfo.advData == 0x99;
    
        DynamicADVPayloadUpdate();
#endif

0 Likes
1 Solution
1 Reply