Home
last modified time | relevance | path

Searched refs:TxOctets (Results 1 – 2 of 2) sorted by relevance

/edtt-latest/src/tests/
Dhci_verification.py323 TxOctets, TxTime = 60, 592;
324 …status, handle = le_set_data_length(transport, upperTester, initiator.handles[0], TxOctets, TxTime…
/edtt-latest/src/components/
Dbasic_commands.py1854 def le_set_data_length(transport, idx, handle, TxOctets, TxTime, to): argument
1856 …ds.CMD_LE_SET_DATA_LENGTH_REQ, 8, HCICommands.BT_HCI_OP_LE_SET_DATA_LEN, handle, TxOctets, TxTime);