ble3 2.0.0.0
Parser error

Macros

#define BLE3_PARSER_NO_ERROR   0x00
 
#define BLE3_PARSER_ERROR_REF   0x01
 
#define BLE3_PARSER_ERROR_CMD   0x02
 
#define BLE3_PARSER_ERROR_DATA   0x04
 

Detailed Description

Macro Definition Documentation

◆ BLE3_PARSER_ERROR_CMD

#define BLE3_PARSER_ERROR_CMD   0x02

◆ BLE3_PARSER_ERROR_DATA

#define BLE3_PARSER_ERROR_DATA   0x04

◆ BLE3_PARSER_ERROR_REF

#define BLE3_PARSER_ERROR_REF   0x01

◆ BLE3_PARSER_NO_ERROR

#define BLE3_PARSER_NO_ERROR   0x00