Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/ble/bt5/
DPhyTest.py35 def lfmt(txPhy, rxPhy): argument
37 txPhy)] + ', ' + list(gatt_phy.keys())[list(gatt_phy.values()).index(
75 txPhy = event['data']['TxPhy']
77 self.log.info("\tClient PHY updated: " + lfmt(txPhy, rxPhy))
84 txPhy = event['data']['TxPhy']
86 self.log.info("\tServer PHY updated: " + lfmt(txPhy, rxPhy))
195 txPhy = (i & 1) and txPhyB or txPhyA
198 self.log.info("Will try to set PHY to: " + lfmt(txPhy, rxPhy))
200 txPhy, rxPhy, 0)
201 self.ensure_both_updated_phy(txPhy, rxPhy)
[all …]