Export BLE buffers in SKD #4079
Labels
Bluetooth
Core+Services
HAL, furi & core system services
Feature Request
New feature or user-story you wanna add to flipper
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: