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.

CC2640R2F: Role switch from central to observer on CC2640R2F

Guru 16800 points
Part Number: CC2640R2F


Hello,

I have a question for how to switch the role from central to observer on CC2640R2F.
Should I call any API or functions in the application software to switch the role or stack switch the role automatically by settings?
Also, if there are any helpful documents to implement multi role application, please let me know.

Best Regards,

Nomo

  • There is an out of box multirole example in BLE stack 3.0 already.

    If you have your BLE stack installed at default location, then you should be able to find the project here :
    C:\ti\simplelink_cc2640r2_sdk_1_00_00_22\examples\rtos\CC2640R2_LAUNCHXL\blestack\multi_role
  • Hello Christin-san,

    Thank you for your quick response.
    However, I cannot understand the answer for the previous question; because, the multirole example looks central-peripheral.
    I want to know the procedure in case of central-observer.

    Best Regards,

    Nomo

  • Central role covers all the functionality that observe needs, so if you only need central-observer, then you can just use simple_central project and then don't establish link when you want it to be in observer role.