Skip to content

Add missing callback in HciAdapter initialization (fixes: #23)#24

Open
Abasz wants to merge 1 commit intoEmill:masterfrom
Abasz:fix-missing-hardwareerror-callback
Open

Add missing callback in HciAdapter initialization (fixes: #23)#24
Abasz wants to merge 1 commit intoEmill:masterfrom
Abasz:fix-missing-hardwareerror-callback

Conversation

@Abasz
Copy link
Copy Markdown
Contributor

@Abasz Abasz commented May 3, 2026

This commit fixes an issue (#23) where the HciAdapter was not properly initialized with a hardware error callback, which could lead to unhandled errors during Bluetooth operations. By passing the errorCallback parameter to the HciAdapter constructor, we ensure that any hardware errors are correctly handled and reported.

This commit fixes an issue (Emill#23) where the `HciAdapter` was not properly
initialized with a hardware error callback, which could lead to
unhandled errors during Bluetooth operations. By passing the
`errorCallback` parameter to the `HciAdapter` constructor, we ensure
that any hardware errors are correctly handled and reported.
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.

1 participant