NIBTSG_ATTR_CS_SYNC_SEQUENCE
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the sounding sequence field is present in SYNC packet. This property is applicable for all CS Packet formats except CS Tone.
Syntax
NIBTSG_ATTR_CS_SYNC_SEQUENCE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
93 | int32 | Read/Write | N/A |
Remarks
The default value is NIBTSG_VAL_SYNC_SEQUENCE_SOUNDING_SEQUENCE.
Get Function: niBTSG_GetCSSyncSequence
Set Function: niBTSG_SetCSSyncSequence
Name | Value | Description |
---|---|---|
NIBTSG_VAL_CS_SYNC_SEQUENCE_NONE | 0 (0x0) | Specifies that the LE CS packet does not contain sounding sequence field. |
NIBTSG_VAL_CS_SYNC_SEQUENCE_SOUNDING_SEQUENCE | 1 (0x1) | Specifies that the LE CS packet contain sounding sequence field. |
NIBTSG_VAL_CS_SYNC_SEQUENCE_PAYLOAD_PATTERN | 2 (0x2) | Specifies that the LE CS packet contain payload bit pattern field. |