Transmitter payload types

C

#define BLE_DTM_TX_TEST_PAYLOAD_0                      0x00
#define BLE_DTM_TX_TEST_PAYLOAD_1                      0x01
#define BLE_DTM_TX_TEST_PAYLOAD_2                      0x02
#define BLE_DTM_TX_TEST_PAYLOAD_3                      0x03
#define BLE_DTM_TX_TEST_PAYLOAD_4                      0x04
#define BLE_DTM_TX_TEST_PAYLOAD_5                      0x05
#define BLE_DTM_TX_TEST_PAYLOAD_6                      0x06
#define BLE_DTM_TX_TEST_PAYLOAD_7                      0x07

Description

Defines the payload types for the transmitter during DTM.

Macro Definition

MacroDescription
BLE_DTM_TX_TEST_PAYLOAD_0Payload pattern: PRBS9 sequence "11111111100000111101…" (transmission order).
BLE_DTM_TX_TEST_PAYLOAD_1Payload pattern: Repeated "11110000" (transmission order).
BLE_DTM_TX_TEST_PAYLOAD_2Payload pattern: Repeated "10101010" (transmission order).
BLE_DTM_TX_TEST_PAYLOAD_3Payload pattern: PRBS15 sequence.
BLE_DTM_TX_TEST_PAYLOAD_4Payload pattern: Repeated "11111111" (transmission order).
BLE_DTM_TX_TEST_PAYLOAD_5Payload pattern: Repeated "00000000" (transmission order).
BLE_DTM_TX_TEST_PAYLOAD_6Payload pattern: Repeated "00001111" (transmission order).
BLE_DTM_TX_TEST_PAYLOAD_7Payload pattern: Repeated "01010101" (transmission order).