5.6.8 LE Test End Command

Format:

CommandOGFOCFCommand ParametersReturn Parameters
LE Test End0X080X001F

Status,

Num_Packets

Use this command to stop any test that is in progress. The Num_Packets is an unsigned number and contains the number of received packets or transmitted packets. The command complete event with return parameters are generated (see the following figure).

Figure 5-9. Return Parameters

Status: Size: 1 octet

ValueParameter Description
0x00

HCI_LE_Read_Local_Supported_Features command succeeded

0x01 to 0xFF

HCI_LE_Read_Local_Supported_Features command failed. See [Vol 1] Part F, Controller Error Codes for a list of error codes and descriptions.

Num_Packets: Size: 2 octets

ValueParameter Description
0xXXXX

Number of received packets or transmitted packets

Example:01 1F 20 00 // LE Test End command
Response:04 0E 06 01 1F 20 00 02 00

// Command complete event with status and Num_Packets parameters