From 6c6c70c254575189b1c753493c483839079f5520 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 30 Dec 2025 22:15:45 +0000 Subject: [PATCH] chore: Configure Bluetooth agent capability --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b4834ea..7d993e3 100644 --- a/main.py +++ b/main.py @@ -27,7 +27,7 @@ DEVICE_IFACE = 'org.bluez.Device1' AGENT_IFACE = 'org.bluez.Agent1' AGENT_MANAGER_IFACE = 'org.bluez.AgentManager1' AGENT_PATH = '/io/bluetooth_speaker/agent' -CAPABILITY = 'DisplayYesNo' +CAPABILITY = 'NoInputNoOutput' CALLS_SERVICE_UUID = '0000111e-0000-1000-8000-00805f9b34fb' AUDIO_SERVICE_UUID = '0000110d-0000-1000-8000-00805f9b34fb'