This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2642R: How to use HCI_LE_TransmitterTestCmd to send 263 bytes packet?

Part Number: CC2642R

Tool/software:

Hi,

Our customer ask us to send 263 bytes length packet for BQB test.

But the function declares that the data length @param dataLen Test data length: 0..37 bytes.

Is there any API to send 263 bytes length packet ?

/**
* This LE API is used to start the transmit Direct Test Mode test.
*
* The Controller shall transmit at maximum power.
*
* @warning An HCI reset should be issued when done using DTM.
*
* @par Corresponding Events
* @ref hciEvt_CmdComplete_t with cmdOpcode @ref HCI_LE_TRANSMITTER_TEST
*
* @param txChan Tx RF frequency k=0..39, where F=2402+(k*2MHz).
* @param dataLen Test data length: 0..37 bytes
* @param pktPayload @ref DTM_params
*
* @return @ref HCI_SUCCESS
*/
extern hciStatus_t HCI_LE_TransmitterTestCmd( uint8 txChan,
uint8 dataLen,
uint8 pktPayload );

Thanks & Regards,