Macros

#define OTAS_CONNECTION_MAX   10
 
#define OTAS_MAX_DATA_LEN   244
 
#define OTAS_VERSION   0x02
 
#define BLE_UUID_OTA_SERVICE
 

Detailed Description

Macro Definition Documentation

◆ BLE_UUID_OTA_SERVICE

#define BLE_UUID_OTA_SERVICE
Value:
0x1B, 0xD7, 0x90, 0xEC, 0xE8, 0xB9, 0x75, 0x80,\
0x0A, 0x46, 0x44, 0xD3, 0x01, 0x04, 0xED, 0xA6

The UUID of OTA Service for setting advertising data.

Definition at line 78 of file otas.h.

◆ OTAS_CONNECTION_MAX

#define OTAS_CONNECTION_MAX   10

Maximum number of OTA Service connections.

Definition at line 74 of file otas.h.

◆ OTAS_MAX_DATA_LEN

#define OTAS_MAX_DATA_LEN   244

Maximum length of OTAS characteristic.

Definition at line 75 of file otas.h.

◆ OTAS_VERSION

#define OTAS_VERSION   0x02

The OTA VERSION.

Definition at line 76 of file otas.h.