Home
last modified time | relevance | path

Searched refs:ota_indicat (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_ota.c23 uint8_t ota_indicat = 0xFF; in genie_ota_get_indication() local
26 ret = genie_storage_read_userdata(GFI_OTA_INDICAT, &ota_indicat, sizeof(ota_indicat)); in genie_ota_get_indication()
27 if (ret == GENIE_STORAGE_SUCCESS && ota_indicat == 1) in genie_ota_get_indication()
66 uint8_t ota_indicat = 1; in _ais_set_ota_change() local
72 genie_storage_write_userdata(GFI_OTA_INDICAT, &ota_indicat, sizeof(ota_indicat)); in _ais_set_ota_change()

Completed in 3 milliseconds