BLE_DTM_EnhancedReceiverTest
C
uint16_t BLE_DTM_EnhancedReceiverTest(uint8_t rxChannel, uint8_t phy);Description
Start a test where the device receives test reference packets at a fixed interval.
Note
BLE_DTM_Init is required for this API.
Parameters
| Parameter | Description | 
|---|---|
| [in] rxChannel | Channel= (F – 2402) / 2 (Frequency Range : 2402 MHz to 2480 MHz) See Receiver or transmitter channel. | 
| [in] phy | PHY type setting. See Receiver PHY type. | 
Return values
| Return value | Description | 
|---|---|
| MBA_RES_SUCCESS | Successfully start the receiver test. | 
| MBA_RES_OOM | Internal memory allocation failure. | 
| MBA_RES_INVALID_PARA | Invalid parameters. | 
