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: CC2640R2F use 1.40.00.45/1.50.00.58 SDK multi_role exmples project central connected slave don't advertise

Part Number: CC2640R2F

Tool/software: TI-RTOS

Hi TI Engineer


      I use CC2640R2F SDK(1.45.00.45/1.50.00.58)  multi_role exmple project in CC2640R2F LaunchPad step:
         1.LaunchPad select scan slave device.
         2.connect slave device address,connected .
         3.set advertise,to the advertising ,but open iphone APP LightBlue don't found multi_role device. 

   How can I solve?

Thanks

     Yang

  • By default, the multirole device will stay advertising as long the number of active connection is less than 4. You should not call mr_doAdvertise after being connected.

    The mr_doAdvertise function will toggle advertising if the device is now indeed advertising.
  • Hi Christin
      
         Thanks for reply, in multi_role connect slave devie before close multi_role advertising,multi_role connected delay 100ms open multi_role advertising ok.

    Thanks

         Yang