Hi!
I'm developing application on nrf52832 development board which will be a work indicator - for office desk ;) Main idea is that i have client based on nRF MCU and desktop application which connects to.
As for now i have take some examples and nordic tutorials and have finished all data flow, from connecting to sending and processing data. And now i have reach some blocker with a can't handle. I want to use some kind of mechanizm to prevent connecting to device with other client when desktop app is off. I have tried to use whitelisting but there is a problem with desktop app side. I have used Qt framework which as far i now don't support bonding / paring with BLE. Only raw connection. So in this case i can't use whitelist to store bonded device information because there is no bonding support.
Do you know any other mechanizm to prevent connecting different device when main device is off? I have thinking about button and long press to enable connecting but i don't know how to set advertisements pockets to send only to my last connected device? Do you know any other ways to solve this problem?
Best regards
GoRo3