Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/ble/bt5/
DPhyTest.py35 def lfmt(txPhy, rxPhy): argument
38 rxPhy)] + ')'
75 rxPhy = event['data']['RxPhy']
76 self.log.info("\tClient PHY updated: " + lfmt(txPhy, rxPhy))
84 rxPhy = event['data']['RxPhy']
85 self.log.info("\tServer PHY updated: " + lfmt(txPhy, rxPhy))
195 rxPhy = (i & 1) and rxPhyB or rxPhyA
197 self.log.info("Will try to set PHY to: " + lfmt(txPhy, rxPhy))
199 txPhy, rxPhy, 0)
200 self.ensure_both_updated_phy(txPhy, rxPhy)
[all …]