Modules | |
Characteristics Mask | |
Bit masks for the initialization of uds_init_t::char_mask. | |
Macros | |
#define | UDS_CONNECTION_MAX 10 |
Maximum number of UDS connections. More... | |
#define | UDS_AGE_VAL_LEN_MAX 2 |
Maximum length of Age Characteristic value. More... | |
#define | UDS_DATE_OF_BIRTH_VAL_LEN_MAX 4 |
Maximum length of Date of Birth Characteristic value. More... | |
#define | UDS_FIRST_NAME_VAL_LEN_MAX 50 |
Maximum length of First Name Characteristic value. More... | |
#define | UDS_HEIGHT_VAL_LEN_MAX 2 |
Maximum length of Height Characteristic value. More... | |
#define | UDS_GENDER_VAL_LEN_MAX 2 |
Maximum length of Gender Characteristic value. More... | |
#define | UDS_DB_CHANGE_INCR_VAL_LEN_MAX 4 |
Maximum length of Database Change Increment value. More... | |
#define | UDS_USER_INDEX_VAL_LEN_MAX 1 |
Maximum length of User Index value. More... | |
#define | UDS_CTRL_PT_RSP_LEN_MIN 3 |
Mimimum length of User Control Point response value. More... | |
#define | UDS_CTRL_PT_RSP_LEN_MAX 20 |
Maximum length of User Control Point response value. More... | |
#define | UDS_CTRL_PT_VAL_LEN_MAX 19 |
Maximum length of User Control Point value. More... | |
#define | UDS_REGI_USER_DATA_LEN_MAX 19 |
Maximum length of Registered User Data value. More... | |
#define | UDS_REGI_USER_VAL_LEN_MAX 20 |
Maximum length of Registered User Characteristic value. More... | |
#define | UDS_ERROR_UD_ACCESS_NOT_PERMIT 0x80 |
Error code: The user data access is not permitted. More... | |
#define | UDS_ERROR_PROC_IN_PROGRESS 0xFE |
Error code: A previously triggered User Control Point operation is still in progress. More... | |
#define | UDS_ERROR_CCCD_INVALID 0xFD |
Error code: The Client Characteristic Configuration descriptor is not configured. More... | |
#define | UDS_DB_CHANGE_INCR_DEFAULT_VAL 0x00 |
Database Change Increment default value. More... | |
#define | UDS_UNKNOWN_USER 0xFF |
Unknown User. More... | |
#define | UDS_CONSENT_CODE_VAL_MAX 0x270F |
Maximum value of Consent Code. More... | |
#define | UDS_CONSENT_TRY_NUM_MAX 0x04 |
Maximum number of consent tries. More... | |
#define | UDS_MIDDLE_REGI_USER_SEGM 0x00 |
The middle segment of Registered User Characterristic value. More... | |
#define | UDS_FIRST_REGI_USER_SEGM 0x01 |
The first segment of Registered User Characterristic value. More... | |
#define | UDS_LAST_REGI_USER_SEGM 0x02 |
The last segment of Registered User Characterristic value. More... | |
#define | UDS_ONLY_REGI_USER_SEGM 0x03 |
The only segment of Registered User Characterristic value. More... | |
#define | UDS_MEAS_FLAG_DEFAULT 0x3E |
The default flag of UDS MEAS. More... | |
#define UDS_AGE_VAL_LEN_MAX 2 |
#define UDS_CONNECTION_MAX 10 |
#define UDS_CONSENT_CODE_VAL_MAX 0x270F |
#define UDS_CONSENT_TRY_NUM_MAX 0x04 |
#define UDS_CTRL_PT_RSP_LEN_MAX 20 |
#define UDS_CTRL_PT_RSP_LEN_MIN 3 |
#define UDS_CTRL_PT_VAL_LEN_MAX 19 |
#define UDS_DATE_OF_BIRTH_VAL_LEN_MAX 4 |
#define UDS_DB_CHANGE_INCR_DEFAULT_VAL 0x00 |
#define UDS_DB_CHANGE_INCR_VAL_LEN_MAX 4 |
#define UDS_ERROR_CCCD_INVALID 0xFD |
#define UDS_ERROR_PROC_IN_PROGRESS 0xFE |
#define UDS_ERROR_UD_ACCESS_NOT_PERMIT 0x80 |
#define UDS_FIRST_NAME_VAL_LEN_MAX 50 |
#define UDS_FIRST_REGI_USER_SEGM 0x01 |
#define UDS_GENDER_VAL_LEN_MAX 2 |
#define UDS_HEIGHT_VAL_LEN_MAX 2 |
#define UDS_LAST_REGI_USER_SEGM 0x02 |
#define UDS_MEAS_FLAG_DEFAULT 0x3E |
#define UDS_MIDDLE_REGI_USER_SEGM 0x00 |
#define UDS_ONLY_REGI_USER_SEGM 0x03 |
#define UDS_REGI_USER_DATA_LEN_MAX 19 |
#define UDS_REGI_USER_VAL_LEN_MAX 20 |