xPico
®
200 Certification Firmware Instructions
19
BT Test Command
Description
bt_radio_rx_test <bd_addr>
<frequency> <modulation_type>
<logical_channel> <bb_packet_type>
< packet_length> <test duration>
Cypress equivalent command
mbt radio_rx_test
This test sets the BT radio to receive on a specific
frequency and sends reports about received
packets.
bd_addr is the BD_ADDR for the remote Tx device
(6 bytes).
Frequency sets the frequency used to listen from
2402 MHz to 2480 MHz.
modulation_type sets the data pattern to compare
received data.
0: 0x00 8-bit pattern
1: 0xFF 8-bit pattern
2: 0xAA 8-bit pattern
3: 0xF0 8-bit pattern
4: PRBS9 pattern
logical_channel sets the logical channel to BR or
EDR for ACL packets.
0: EDR
1: BR
bb_packet_type sets the packet type of the
expected packets.
3: DM1
4: DH1/2-DH1
8: 3-DH1
10: DM3/ 2-DH3
11: DH3/3-DH3
14: DM5/2-DH5
15: DH5/3-DH5
packet_length can be from 0 to 65535. The device
compares the length of the received packets with
the specified packet_length.
Test duration is the time in seconds from 1 to 200
to run the test.