Macros

#define ISO_ADDR_LEN   6
 
#define ENC_CODE_LEN   16
 
#define ISO_SYNC0_PULSE   (0x1 << 0)
 
#define ISO_SYNC1_PULSE   (0x1 << 1)
 

Detailed Description

Macro Definition Documentation

◆ ENC_CODE_LEN

#define ENC_CODE_LEN   16

Length for encryption code.

Definition at line 61 of file ble_iso.h.

◆ ISO_ADDR_LEN

#define ISO_ADDR_LEN   6

Length for address.

Definition at line 60 of file ble_iso.h.

◆ ISO_SYNC0_PULSE

#define ISO_SYNC0_PULSE   (0x1 << 0)

ISO sync0 pulse.

Definition at line 63 of file ble_iso.h.

◆ ISO_SYNC1_PULSE

#define ISO_SYNC1_PULSE   (0x1 << 1)

ISO sync1 pulse.

Definition at line 64 of file ble_iso.h.