We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, is there API to set ATT MTU size in aioble?
The text was updated successfully, but these errors were encountered:
Please see this discussion thread: https://github.com/orgs/micropython/discussions/11945#discussioncomment-6368946
This should be added to the readme.
Sorry, something went wrong.
@jimmo Thanks a lot, it works
It hasn't added to readme. the code snippet is below, which works well:
try: print("Connecting to", device) connection = await device.connect() except asyncio.TimeoutError: print('Timeout during connection') async with connection: try: await connection.exchange_mtu(128) service = await connection.service(_CUSTOM_SERVICE_UUID) ...
No branches or pull requests
Hello, is there API to set ATT MTU size in aioble?
The text was updated successfully, but these errors were encountered: