Skip to content

Peripheral connection MTU access #372

@MaxTheTurtle0

Description

@MaxTheTurtle0

It would be awesome if peripherals could also get the negotiated MTU for a connection.

Right now, peripherals have to assume the default MTU (23 bytes) when sending notifications. This is a bummer when trying to send bigger chunks of data than 23 bytes because it means way more packets and slower transfers than necessary. As far as I know, this functionality is currently available as GetMTU, but it is designed for Centrals, not Peripherals. Is it possible to have something similar for Peripherals too?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions