BLE_API
v2.1.3
|
Macros | |
#define | BLESERVICE_FOTA_DATA_WRITE_EVENT 0x01 |
#define | BLESERVICE_FOTA_DATA_CCCD_WRITE_EVENT 0x02 |
#define | BLESERVICE_FOTA_DATA_CCCD_READ_EVENT 0x03 |
#define | BLESERVICE_FOTA_COMMAND_WRITE_EVENT 0x04 |
#define | BLESERVICE_FOTA_COMMAND_CCCD_WRITE_EVENT 0x05 |
#define | BLESERVICE_FOTA_COMMAND_CCCD_READ_EVENT 0x06 |
Here shows the event definitions of the FOTA service.
#define BLESERVICE_FOTA_COMMAND_CCCD_READ_EVENT 0x06 |
Firmware on the air command cccd read event.
#define BLESERVICE_FOTA_COMMAND_CCCD_WRITE_EVENT 0x05 |
Firmware on the air command cccd write event.
#define BLESERVICE_FOTA_COMMAND_WRITE_EVENT 0x04 |
Firmware on the air command notification event.
#define BLESERVICE_FOTA_DATA_CCCD_READ_EVENT 0x03 |
Firmware on the air data cccd read event.
#define BLESERVICE_FOTA_DATA_CCCD_WRITE_EVENT 0x02 |
Firmware on the air data cccd write event.
#define BLESERVICE_FOTA_DATA_WRITE_EVENT 0x01 |
Firmware on the air data write event.