RFMXBT_ATTR_ACP_BURST_SYNCHRONIZATION_TYPE
- Updated2025-04-08
- 1 minute(s) read
Specifies the type of synchronization used for detecting the start of the EDR packet in the adjacent channel power (ACP) measurement.
Syntax
RFMXBT_ATTR_ACP_BURST_SYNCHRONIZATION_TYPE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
11554834 | int32 | Read/Write | N/A |
Remarks
You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector String topic for information about the string syntax for named signals.
The default value is Preamble.
Name | Value | Description |
---|---|---|
RFMXBT_VAL_ACP_BURST_SYNCHRONIZATION_TYPE_NONE | 0 (0x0) | Specifies that the measurement does not perform synchronization to detect the start of the packet. |
RFMXBT_VAL_ACP_BURST_SYNCHRONIZATION_TYPE_PREAMBLE | 1 (0x1) | Specifies that the measurement uses the preamble field bits to detect the start of the packet. |
RFMXBT_VAL_ACP_BURST_SYNCHRONIZATION_TYPE_SYNC_WORD | 2 (0x2) | Specifies that the measurement uses sync word for the BR/EDR packets and access address for the LE/LE-CS packets to detect the start of the packet. For BR /EDR packets, the sync word is derived from the RFMXBT_ATTR_BD_ADDRESS_LAP attribute. |