chore: Configure Bluetooth agent capability

This commit is contained in:
2025-12-30 22:15:45 +00:00
committed by Tanner Collin (aider)
parent 8e624950aa
commit 6c6c70c254

View File

@@ -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'