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.

CC2564: master/slave mode about CC2564

Part Number: CC2564

Dear TI Experts

1. Do you have examples that config CC2564 as master mode? Currently, all SDKs found  from official websites are CC2564 configurated as slave routines

2. Can CC2564 support to switch between master mode and slave mode?

Thank you very much~

  • Do, you mean BT classic master slave role? When, you initiate the connection you are the master. After that, if the role switch is allowed, the peer may request to take 'master' role.

    Please, check the role switch flags set when opening the stack:

    L2CA_Set_Link_Connection_Configuration

    Thanks