BluetoothDevicePairing
BluetoothDevicePairing copied to clipboard
Feature Request: Query if a device is already connected?
My ToothTrayCli has this feature:
D:\work\ToothTray\x64\Release>.\ToothTray.exe is-connected "SOUNDPEATS RunFree"
1
@shunf4,
Thank you for reaching out.
I haven't added clauses like is-connected to avoid introducing extra complexity in the code and keep the program as simple as possible.
To check if a device is connected, you can use BluetoothDevicePairing.exe discover --discovery-time 2 | findstr /r "Connected.*WH-1000XM5"