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