You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the nRF SoftDevice for Bluetooth Low Energy (BLE) applications, there is a need to initiate the pairing process from the central device when establishing a connection with a peripheral device. However, no official documentation or examples demonstrating how to achieve central-initiated pairing with the nRF SoftDevice have been found.
The text was updated successfully, but these errors were encountered:
I don't think anyone has needed central pairing yet, so it hasn't been implemented. Should be reasonably straightforward to add, but you'd need to refer to the softdevice sequence diagrams and API to add the missing bits. PRs welcome!
While using the nRF SoftDevice for Bluetooth Low Energy (BLE) applications, there is a need to initiate the pairing process from the central device when establishing a connection with a peripheral device. However, no official documentation or examples demonstrating how to achieve central-initiated pairing with the nRF SoftDevice have been found.
The text was updated successfully, but these errors were encountered: