Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
controller_manager.h File Reference

Manage Bluetooth controller not part of main application image. More...

#include <stdint.h>

Go to the source code of this file.

Functions

int bt_controller_manager_init (void)
 Initialise management of Bluetooth controller.
 
int bt_controller_manager_file_write_start (uint32_t *ctx, uint8_t action, size_t image_len)
 Start Bluetooth controller file write.
 
int bt_controller_manager_file_write_next (uint32_t ctx, uint32_t image_offset, const void *image_chunk, size_t chunk_len)
 Write the next chunk of the file to the Bluetooth controller.
 
int bt_controller_manager_file_write_finish (uint32_t ctx, uint32_t *len, uint32_t *crc)
 Finish the Bluetooth controller file write.
 

Detailed Description

Manage Bluetooth controller not part of main application image.

Author
Jordan Yates jorda.nosp@m.n@em.nosp@m.beint.nosp@m..com

SPDX-License-Identifier: FSL-1.1-ALv2