summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hcid/dbus-hci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c
index 94cbd18a..55db4c27 100644
--- a/hcid/dbus-hci.c
+++ b/hcid/dbus-hci.c
@@ -2467,7 +2467,7 @@ int hcid_dbus_get_io_cap(bdaddr_t *local, bdaddr_t *remote,
if (!agent) {
if (!(type & 0x01)) {
- *cap = 0x01;
+ *cap = 0x03;
return 0;
}
error("No agent available for IO capability");