le_fwupdate_interface.h
Go to the documentation of this file.
17 * Firmware update allows the various firmware images to be updated from the application processor.71 //--------------------------------------------------------------------------------------------------74 * Connect the current client thread to the service providing this API. Block until the service is78 * called before any other functions in this API. Normally, ConnectService is automatically called83 //--------------------------------------------------------------------------------------------------89 //--------------------------------------------------------------------------------------------------92 * Try to connect the current client thread to the service providing this API. Return with an error96 * called before any other functions in this API. Normally, ConnectService is automatically called103 * - LE_UNAVAILABLE if the server is not currently offering the service to which the client is bound.104 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).107 //--------------------------------------------------------------------------------------------------113 //--------------------------------------------------------------------------------------------------119 * longer a connection to the service, and the functions in this API can't be used. For details, see124 //--------------------------------------------------------------------------------------------------131 //--------------------------------------------------------------------------------------------------135 //--------------------------------------------------------------------------------------------------138 //--------------------------------------------------------------------------------------------------150 //--------------------------------------------------------------------------------------------------157 //--------------------------------------------------------------------------------------------------167 //--------------------------------------------------------------------------------------------------177 //--------------------------------------------------------------------------------------------------187 //--------------------------------------------------------------------------------------------------void le_fwupdate_ConnectService(void)le_result_t le_fwupdate_GetBootloaderVersion(char *version, size_t versionNumElements)le_result_t le_fwupdate_Download(int fd)le_result_t le_fwupdate_TryConnectService(void)le_result_t le_fwupdate_GetFirmwareVersion(char *version, size_t versionNumElements)void le_fwupdate_DisconnectService(void)