Tried an alterative via Python which I found on Stackexchange, but the Python3 socket
library on Solus seems to be compiled without Bluetooth.
Python 3.9.9 (main, Nov 22 2021, 09:28:41)
[GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import socket
>>> s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_STREAM, socket.BTPROTO_RFCOMM)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'socket' has no attribute 'AF_BLUETOOTH'