CC2642R-Q1: Enable advertising in connection monitor example

Part Number: CC2642R-Q1

Tool/software:

Is it possible to enable advertising in connection monitor example? My customer found this API ugap_bcastStart() which seems to support advertising in MicroBLE stack, is there an example to use this API? And is there any risk to enable advertising with the connection monitor? Thanks.

Best regards,

Shuyang

  • Hello Shuyang, 

    ugap_bcastStart is used for advertising in the MicroBLE Stack. I do not believe we have an example of the APIs use, but I will respond to this thread if I find anything. Advertising can be enabled within the connection monitor, but it is important to make sure advertising does not prevent the connection monitor from tracking the connection. Additionally, ugap_bcastInit, and ugap_bcastSetDuty will likely need to be used to initialize and set a duty cycle for the advertising state. 

    For more information on the ugap functions and advertising within the MicroBLE stack please visit Advertising State section in the MicroBLE overview and the UGap MicroBLE API Guide.

    Let me know if this answers your question!

    Thanks, 
    Isaac