|
SmartSnippets DA1459x SDK
|
Go to the documentation of this file.
53 SUOTA_ACTIVE_IMG_FIRST,
54 SUOTA_ACTIVE_IMG_SECOND,
55 SUOTA_ACTIVE_IMG_ERROR,
64 SUOTA_ONGOING = 1 << 1,
69 typedef void (* suota_status_cb_t) (uint16_t conn_idx, uint8_t status, uint8_t error_code);
70 typedef bool (* suota_ready_cb_t ) (uint16_t conn_idx);
76 suota_ready_cb_t suota_ready;
77 suota_status_cb_t suota_status;
void suota_l2cap_event(ble_service_t *svc, const ble_evt_hdr_t *event)
suota_active_img_t suota_get_active_img(ble_service_t *svc)
Definition: dlg_suota.h:75
uint32_t suota_update_crc(uint32_t crc, const uint8_t *data, size_t len)
Services handling routines API.
Definition: ble_common.h:156
ble_service_t * suota_init(const suota_callbacks_t *cb)
suota_active_img_t
Definition: dlg_suota.h:52
suota_app_status_t
Definition: dlg_suota.h:62
Definition: ble_service.h:132