Skip to content

unused parameter in BLERemoteService::getCharacteristics() #4660

Closed
@cyberman54

Description

@cyberman54

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: StaleIssue is stale stage (outdated/stuck)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions