Home
last modified time | relevance | path

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

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_ota.c39 uint8_t ota_image_id = DFU_IMAGE_INVALID_ID; in ota_check_image_id() local
45 ota_image_id = saved_ota_image_id & 0xFF; in ota_check_image_id()
48 if (ota_image_id != genie_sal_ota_get_current_image_id()) in ota_check_image_id()
50 BT_INFO("switch to %d", ota_image_id); in ota_check_image_id()
51 if (genie_sal_ota_change_image_id(ota_image_id) == ota_image_id) in ota_check_image_id()
58 BT_DBG("del change %d", ota_image_id); in ota_check_image_id()
69 uint32_t ota_image_id = GENIE_OTA_IMAGE_ID_A; in _ais_set_ota_change() local
77 ota_image_id = GENIE_OTA_IMAGE_ID_B; in _ais_set_ota_change()
81 ota_image_id = GENIE_OTA_IMAGE_ID_A; in _ais_set_ota_change()
84 BT_DBG("switch to %d", ota_image_id & 0xFF); in _ais_set_ota_change()
[all …]

Completed in 3 milliseconds