Diff between e181b40d7c65b75d3a81b6b5be9d4e6130625791 and e847a85605775903cf33231f489e17350d9f3dac
Changed Files
| File | Additions | Deletions | Status |
| android/hog.c | +1 | -1 | modified |
Full Patch
diff --git a/android/hog.c b/android/hog.c
index fccc992..c88fe9d 100644
--- a/android/hog.c
+++ b/android/hog.c
@@ -297,7 +297,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(hog->attrib, 0x00, 0xff, &uuid,
+ gatt_discover_char(hog->attrib, 0x0001, 0xffff, &uuid,
external_service_char_cb, hog);
}