diff --git a/main.py b/main.py index 1fc328c..9bbd038 100644 --- a/main.py +++ b/main.py @@ -26,7 +26,7 @@ DEVICE_IFACE = 'org.bluez.Device1' AGENT_IFACE = 'org.bluez.Agent1' AGENT_MANAGER_IFACE = 'org.bluez.AgentManager1' AGENT_PATH = '/io/bluetooth_speaker/agent' -CAPABILITY = 'NoInputNoOutput' +CAPABILITY = 'DisplayYesNo' class Agent(ServiceInterface): def __init__(self, interface_name):