How to properly pair/bond a BLE device with LE Secure Connections to a windows laptop?
I’ve made a custom device which uses a Nordic Semiconductors MCU. I have a python GUI which uses the bleak library and has no issue connecting and communicating with the device when it uses open broadcast. However, I run into issues when I implement security (LE Secure Connections) with a static passkey. I intend to bond the device to the PC before communicating with the GUI as bleak does not support pairing.