5.6.5 LE RX Test[v2] Command
Command | OGF | OCF | Command Parameters | Return Parameters |
---|---|---|---|---|
LE RX test[v2] | 0X08 | 0X0033 |
Rx_Channel, PHY, Modulation_Index | Status |
Use this command to start a test where the DUT receives test reference packets at a fixed
interval. The tester generates the test reference packets. Do not allow the command
during the LE TX test, so the users can use the LE Test End
command to
stop the LE TX test, then start the command. The command parameters include RX_Channel,
PHY and Modulation_Index. The Rx_Channel and PHY parameters specify that the receiver
must use the RF channel and PHY. The RNBD350
module does not support the Modulation_Index parameter, so the field of Modulation_Index
parameter must be filled ‘0
’. The command complete event with return
parameters are generated.
Command parameters:
RX_Channel: Size: 1 octet
Value | Parameter Description |
---|---|
N = 0xXX |
N = (F-2402)/2 Range: 0x00 to 0x27 Frequency Range: 2402 MHz to 2480 MHz |
PHY: Size: 1 octet
Value | Parameter Description |
---|---|
0x01 |
Receiver set to use the LE 1M PHY |
0x02 | Receiver set to use the LE 2M PHY |
0x03 | Receiver set to use the LE Coded PHY |
All other values | Reserved for future use |
Modulation_Index: Size: 1 octet
Value | Parameter Description |
---|---|
0x00 |
Assume transmitter will have a standard modulation index |
0x01 | Assume transmitter will have a stable modulation index |
All other values | Reserved for future use |
Return parameters:
Status: Size: 1 octet
Value | Parameter Description |
---|---|
0x00 | HCI_LE_Receiver_Test command succeeded. |
0x01 to 0xFF |
HCI_LE_Receiver_Test command failed. TBD See [Vol 1] Part F, Controller Error Codes for a list of error codes and descriptions. |
Example: | 01 33 20 03 00 01 00
| // LE RX test[v2] command |
Response: | 04 0E 04 01 33 20 00
|
// Command complete event with status parameter |