NIBTSG_ATTR_LE_TP_CORRUPT_ALTERNATE_CRC
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the BT Generation intentionally corrupts the cyclic redundancy check (CRC) portion of every alternate packet generated. Refer to Section 6.3.7 of the Bluetooth Low Energy RF PHY Test Specification 4.0.0. CRC corruption is done by toggling the seed used for CRC computation.
Syntax
NIBTSG_ATTR_LE_TP_CORRUPT_ALTERNATE_CRC
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
54 | int32 | Read/Write | N/A |
Remarks
The default value is NIBTSG_VAL_FALSE.
Note: This attribute is applicable for LE packets.
Name | Value | Description |
---|---|---|
NIBTSG_VAL_FALSE | 0 (0x0) | Disables CRC corruption of alternate LE packets. |
NIBTSG_VAL_TRUE | 1 (0x1) | Enables CRC corruption of alternate LE packets. Set NIBTSG_NUMBER_OF_UNIQUE_PACKETS attribute to an even number when the NIBTSG_LE_TP_CORRUPT_ALTERNATE_CRC attribute is set to NIBTSG_VAL_TRUE. |