Hi,
I want write a demon running on linux to control the 51822 dongle to connect or disconnect with mobile phones.
Now I have one idea, which is using string as command sent via UART to control connection state. But I am not sure if this action will block something.
Also I found this https://github.com/NordicSemiconductor/pc-nrfutil It seems a API, but also I am sure as I cannot find document for it.
Can these two method work? Or any other solution?