Skip to content

(win) Bluetooth stack cached a GATT Notification packet larger than default MTU #93

Description

@ranbochen

MTU auto-negotiated to 247, but stack always cache a packet lager than 20 bytes.

Observed Behavior:

. on recv the first notification larger than 20 bytes, it is cached and no event is triggered.
. on recv the second packet larger than the default MTU, the second packet is cached, and the first packet reception event is received simultaneously.
. on recv a packet smaller than the default MTU, two events are immediately received: one for the previously cached packet and one for the new, shorter packet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions