Closed
Description
My compiler complains on a unused, but set, parameter in BLERemoteService::getCharacteristics()
:
*pCharacteristicMap = m_characteristicMapByHandle;
ist set, but neither used in the function, nor returned by it.
Maybe shall this function have a return value, other than void()?
/cc @Kolban