Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully Implement Long Characteristic Read/Write #341

Open
olpossum opened this issue May 3, 2022 · 1 comment
Open

Fully Implement Long Characteristic Read/Write #341

olpossum opened this issue May 3, 2022 · 1 comment

Comments

@olpossum
Copy link

olpossum commented May 3, 2022

As of commit 949eafe in file pygatt/device.py

def exchange_mtu(self, mtu):
    """
    ATT exchange Maximum Transmission Unit.
    :param mtu: New MTU-value
    :return: New MTU, as recognized by server.
    """
    raise NotImplementedError()

This feature would be greatly beneficial to have fully implemented.

Am Using Windows10 with BlueGiga Dongle

@gegnew
Copy link

gegnew commented Aug 3, 2023

I would also love to see this implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants