Hello,
I'm having trouble with BLE communication on the nRF5340-DK
I've implemented data transmission and pairing/bonding (LE type, level 4). When I connect from a PC application to the nRF5340 and enter the pairing key, it works fine.
However, when I close the application, it remains connected to BLE in Windows, and I have to turn off Bluetooth on PC manually. It would be better if closing the PC application also closed the BLE connection and the peripheral device (nRF5340-DK) restarted advertising.
Is this possible, or is it simply a feature of Windows Bluetooth?
Thank you