Skip to content

Please remove the hardcoded MTU #12

@momo1

Description

@momo1

In TransportBle I recommend removing the hardcoded MTU await peripheral.connect(requestMtu: 512); or allowing the user to pass in a value. This higher value breaks certain BLE stacks on some phones like Samsung.

My current workaround is to connect to the device myself to short circuit TransportBle.connect() which is called by EspProv.establishSesision()

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions