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: Simple Secure Pairing using Passkey

Part Number: CC2564


Hi,

We are using Ti BT stack with STM32F4 microprocessor.

1. If, in our application using Bluetooth, the IO capability of our device is set as Display only and host device as Keyboardonly, we are able to get the generated passkey by our device at  "case atPasskeyNotification:" in spp.c file. The same data we are printing at UART.

2. If, in our application using Bluetooth, the IO capability of our device is set as Display only and host device as DisplayYesNo, we are unable to get the generated passkey at  "case atPasskeyNotification:" in spp.c file. How can we the get the passkey value generated  by our device from the stack so that we can print the passkey using UART.

Thank you

Manoj Chandran R