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.

CC2640: Proximity pairing / whisper mode

Part Number: CC2640

Customer is implementing proximity pairing or sometimes called whisper mode.

Is there any API to configure ADV channels to -21dBm value, while data channels remain at 0dBm/5dBm level?

Last resort is to manually call HCI_EXT_SetTxPowerCmd (-21_dBm) before advertising and calling HCI_EXT_SetTxPowerCmd (0_dBm) again before establishing connection. This would be a problem if we have multiple connections (or advertise while connected). If this is the only way, could you advise on the best spot to place these HCI_EXT_SetTxPowerCmd APIs? (in example of simple_peripheral project)