Skip to content

feat: generate IAsyncInfo - #118

Merged
jagobagascon merged 1 commit into
saltosystems:mainfrom
acouvreur:add-async-info
Mar 17, 2026
Merged

feat: generate IAsyncInfo#118
jagobagascon merged 1 commit into
saltosystems:mainfrom
acouvreur:add-async-info

Conversation

@acouvreur

Copy link
Copy Markdown
Contributor

This will be used to retrieve the error details from an error within a AsyncOperationCompletedHandler.

Related work: tinygo-org/bluetooth#421

I have a local PoC that can successfully retrieve the bluetooth attribute protocol error code.

For that it needs IAsyncInfo.

Once this is merged and the related PR is merged in tinygo bluetooth repository I will create a new pull request to extract the error and report it back to the user.

Exemple:

async operation failed with status 3: Bluetooth ATT application error 0x0082

The error 0x0082 is an application error that my BLE server sends back, which I can successfully extract!

@acouvreur

Copy link
Copy Markdown
Contributor Author

@jagobagascon can I get your review on this ? Small PR with nice improvements possible

This will be used to retrieve the error details from an error within a AsyncOperationCompletedHandler.

Related work: tinygo-org/bluetooth#421
@acouvreur

Copy link
Copy Markdown
Contributor Author

@jagobagascon I see that you have merged another pull request, just a quick head up on this one :)

Thanks again for being available to merge those PRs

@jagobagascon
jagobagascon merged commit 9c2fec5 into saltosystems:main Mar 17, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants