Searched refs:txPhy (Results 1 – 1 of 1) sorted by relevance
35 def lfmt(txPhy, rxPhy): argument37 txPhy)] + ', ' + list(gatt_phy.keys())[list(gatt_phy.values()).index(74 txPhy = event['data']['TxPhy']76 self.log.info("\tClient PHY updated: " + lfmt(txPhy, rxPhy))83 txPhy = event['data']['TxPhy']85 self.log.info("\tServer PHY updated: " + lfmt(txPhy, rxPhy))194 txPhy = (i & 1) and txPhyB or txPhyA197 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 …]