23#ifndef UIC_GBL_INTERFACE_H
24#define UIC_GBL_INTERFACE_H
65 const char *gbl_filename,
sl_status_t uic_gbl_interface_transfer_image(const char *gbl_filename, int serial_fd, uic_gbl_interface_transfer_progress_t progress_callback)
Perfrom at DFU firmware update using the gecko bootloader.
void(* uic_gbl_interface_transfer_progress_t)(int offset, int size)
Callback function used to monitor the transfer progress of the file.
Definition: uic_gbl_interface.h:38
sl_status_t uic_gbl_interface_detect_bootloader(int serial_fd)
Probe for Gecko Bootloader.
uint32_t sl_status_t
Definition: sl_status.h:139