5.6.8 LE Test End Command
Format:
| Command | OGF | OCF | Command Parameters | Return Parameters |
| LE Test End | 0X08 | 0X001F | — |
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).
Status: Size: 1 octet
| Value | Parameter 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
| Value | Parameter 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 |
