From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> By setting .local_uuid it makes the core do a scrict check on uuids enabled for the adapter but HID host does not have a record so it does not require a .local_uuid to be set. --- profiles/input/manager.c | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/input/manager.c b/profiles/input/manager.c index 689ccdd..b12b43e 100644 --- a/profiles/input/manager.c +++ b/profiles/input/manager.c @@ -57,7 +57,6 @@ static void hid_server_remove(struct btd_profile *p, static struct btd_profile input_profile = { .name = "input-hid", - .local_uuid = HID_UUID, .remote_uuid = HID_UUID, .auto_connect = true, -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html