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
Macro | Description |
---|---|
BLE_DTM_TX_TEST_PAYLOAD_0 | Payload pattern: PRBS9 sequence "11111111100000111101…" (transmission order). |
BLE_DTM_TX_TEST_PAYLOAD_1 | Payload pattern: Repeated "11110000" (transmission order). |
BLE_DTM_TX_TEST_PAYLOAD_2 | Payload pattern: Repeated "10101010" (transmission order). |
BLE_DTM_TX_TEST_PAYLOAD_3 | Payload pattern: PRBS15 sequence. |
BLE_DTM_TX_TEST_PAYLOAD_4 | Payload pattern: Repeated "11111111" (transmission order). |
BLE_DTM_TX_TEST_PAYLOAD_5 | Payload pattern: Repeated "00000000" (transmission order). |
BLE_DTM_TX_TEST_PAYLOAD_6 | Payload pattern: Repeated "00001111" (transmission order). |
BLE_DTM_TX_TEST_PAYLOAD_7 | Payload pattern: Repeated "01010101" (transmission order). |