chore: Configure Bluetooth agent capability
This commit is contained in:
2
main.py
2
main.py
@@ -27,7 +27,7 @@ DEVICE_IFACE = 'org.bluez.Device1'
|
|||||||
AGENT_IFACE = 'org.bluez.Agent1'
|
AGENT_IFACE = 'org.bluez.Agent1'
|
||||||
AGENT_MANAGER_IFACE = 'org.bluez.AgentManager1'
|
AGENT_MANAGER_IFACE = 'org.bluez.AgentManager1'
|
||||||
AGENT_PATH = '/io/bluetooth_speaker/agent'
|
AGENT_PATH = '/io/bluetooth_speaker/agent'
|
||||||
CAPABILITY = 'DisplayYesNo'
|
CAPABILITY = 'NoInputNoOutput'
|
||||||
CALLS_SERVICE_UUID = '0000111e-0000-1000-8000-00805f9b34fb'
|
CALLS_SERVICE_UUID = '0000111e-0000-1000-8000-00805f9b34fb'
|
||||||
AUDIO_SERVICE_UUID = '0000110d-0000-1000-8000-00805f9b34fb'
|
AUDIO_SERVICE_UUID = '0000110d-0000-1000-8000-00805f9b34fb'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user