Fixed
NimBLEHIDDevice::getOutputReport
will now return the correct characteristic.- Compile error when central is disabled, class
NimBLEServer
has no member namedm_pClient
.
Changed
- Added missing includes for
NimBLEConnInfo
andNimBLEUtils
toNimBLEDevice.h
.