You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thep_cmdBuffer
, are already callable from other applications), as well as HCI commands).Anything else?
No response
The text was updated successfully, but these errors were encountered: