Infineon Logo AIROC BTSDK v4.2 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Callback Functions

Modules

 Functions
 

Typedefs

typedef void( wiced_hci_firmware_upgrade_status_callback_t )(uint8_t status)
 An optional callback to be executed when the Fimware Upgrade state changes. More...
 

Detailed Description

Typedef Documentation

typedef void( wiced_hci_firmware_upgrade_status_callback_t)(uint8_t status)

An optional callback to be executed when the Fimware Upgrade state changes.

The application can register the callback to execute when the client starts, aborts or completes the firmware upgrade process. When the firmware has been downloaded and verified and before a callback is executed before the library restarts. For example, if the application needs to drop all connections.

Parameters
status: firmware upgrade status (see firmware upgrade status codes)