Searched refs:RxCh (Results 1 – 2 of 2) sorted by relevance
/edtt-2.7.6/src/tests/ |
D | le_transceiver_test.py | 16 RxCh = 0; 19 le_receiver_test(transport, 0, RxCh, 100); 20 le_transmitter_test(transport, 1, RxCh, 32, 0, 100);
|
/edtt-2.7.6/src/components/ |
D | basic_commands.py | 1580 def le_receiver_test(transport, idx, RxCh, to): argument 1582 …struct.pack('<HHHB', Commands.CMD_LE_RECEIVER_TEST_REQ, 3, HCICommands.BT_HCI_OP_LE_RX_TEST, RxCh); 2125 def le_enhanced_receiver_test(transport, idx, RxCh, phy, ModIndex, to): argument 2127 …s.CMD_LE_ENHANCED_RECEIVER_TEST_REQ, 5, HCICommands.BT_HCI_OP_LE_ENH_RX_TEST, RxCh, phy, ModIndex);
|