Need to disable pairing with Windows 10

Greetings,

I've searched the forum, but haven't found a particular answer. I need to configure the project to not pair with Windows 10 PC because it blocks other software that needs to send commands to the device. This is critical. Tried to pair it with Android, but it rejects the pairing. Where can I disable this pairing?

The project is based on a merged hex from:

  1. secure_bootloader_ble_s132_pca10040.hex
  2. s132_nrf52_7.2.0_softdevice.hex
  3. dfu (ble_app_uart_pca10040_s132.hex)
Parents Reply
  • Ok, I started with that example. So far, I tweaked the peer_manager_init function. This seems to disable access Windows 10 connecting with the devkit, but connect with the phone, which is what I need. Now I want to integrate that function in my project and add peer_manager.c with its' dependencies. I'm stuck on that part with Segger. How do I add that with the dependencies? I have peer_manager.c in the components folder of the project.

Children
No Data
Related