Commits

Mike J. Chen authored 2975c683bc4
Fix bug where GATT descriptors weren't being added to right characteristic When there's more than one characteristic with the same UUID in a service, the descriptors for the non-zero instanceID characteristics were being assigned to the zero instanceID one, so descriptor fetching wouldn't work. This is particularly bad for HID devices since separate reports would show up as multiple characteristics with the same UUID but there'd be no way to identify them without their descriptor attributes. Change-Id: I92bb4be34aa941dd3c6750874bef2e8a261ded92 Signed-off-by: Mike J. Chen <mjchen@google.com>