how to send continuous broadcasting of different data in NCS1.9.1 periodic_adv?

Hello,

NCS1.9.1  periodic_adv/periodic_sync, Windows10 X64,  VS Code, nRF5340DK,

my project see the frist picture:

my test project codes as follow:

 
see the rar codes
 
  
thanks 
Best Regards
Parents Reply Children
  • Hello,

    i've solved LE-CODE problem,    but up to now,

    still continuous broadcasting of different data is not realized (one by one send mode).

    the following two lines represent the method

    bt_le_ext_adv_start(adv, BT_LE_EXT_ADV_START_PARAM(50, 0));//500ms send one time
    in sent callback restart adv by  bt_le_ext_adv_start(...)
    unable to implement (2kbyte / s)
        

     the most recent working version with all configuration .as follow rar.

        

    thanks 
    Best Regards
Related