Searched refs:TxPathComp (Results 1 – 2 of 2) sorted by relevance
/edtt-3.6.0-3.5.0-3.4.0/src/components/ |
D | basic_commands.py | 2922 TxPathComp, RxPathComp = struct.unpack('<HH', packet) 2923 return status, TxPathComp, RxPathComp 2933 def le_write_rf_path_compensation(transport, idx, TxPathComp, RxPathComp, to): argument 2935 …_RF_PATH_COMPENSATION_REQ, 6, HCICommands.BT_HCI_OP_LE_WRITE_RF_PATH_COMP, TxPathComp, RxPathComp);
|
/edtt-3.6.0-3.5.0-3.4.0/src/tests/ |
D | hci_verification.py | 178 TxPathComp, RxPathComp = 0, 0; 180 status = le_write_rf_path_compensation(transport, idx, TxPathComp, RxPathComp, 100);
|