Zigbee Protocol Controller 1.6.0
|
#include "sl_status.h"
Go to the source code of this file.
Typedefs | |
typedef void(* | uic_gbl_interface_transfer_progress_t) (int offset, int size) |
Callback function used to monitor the transfer progress of the file. More... | |
Functions | |
sl_status_t | uic_gbl_interface_detect_bootloader (int serial_fd) |
Probe for Gecko Bootloader. More... | |
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. More... | |