Diff between 6743684d43ab821672b31ec1b9f94eb4e0367827 and 73b28a10cbe84435e915bc73a410bd7fe079a976

Changed Files

File Additions Deletions Status
profiles/input/hog.c +1 -1 modified

Full Patch

diff --git a/profiles/input/hog.c b/profiles/input/hog.c
index bb3f182..4be9fd2 100644
--- a/profiles/input/hog.c
+++ b/profiles/input/hog.c
@@ -319,7 +319,7 @@ static void external_report_reference_cb(guint8 status, const guint8 *pdu,
 	DBG("External report reference read, external report characteristic "
 						"UUID: 0x%04x", uuid16);
 	bt_uuid16_create(&uuid, uuid16);
-	gatt_discover_char(hogdev->attrib, 0x00, 0xff, &uuid,
+	gatt_discover_char(hogdev->attrib, 0x0001, 0xffff, &uuid,
 					external_service_char_cb, hogdev);
 }