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

Export BLE buffers in SKD #4079

Open
loftyinclination opened this issue Jan 24, 2025 · 0 comments
Open

Export BLE buffers in SKD #4079

loftyinclination opened this issue Jan 24, 2025 · 0 comments

Comments

@loftyinclination
Copy link

Describe the enhancement you're suggesting.

When sending BLE HCI commands to the STM32WB55 coprocessor (using the process laid out in Annex 5289, 14.2.2) the command body must first be written into the p_cmdBuffer. Currently, it's not possible to write to this buffer in third party applications, since it's not referenced in the SDK, and so it's not possible to build any applications that use HCI commands.

(It is currently possible to listen for the responses to these events, via use of the ble_event_dispatcher_register_svc_handler function, which I think was included because the event handling is necessary for both ACI commands (which, as they don't require touching the p_cmdBuffer, are already callable from other applications), as well as HCI commands).

Anything else?

No response

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

1 participant