Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/ble/bt5/
DPhyTest.py32 PHY_LE_2M = gatt_phy['2m'] variable
140 nextTxPhy = (cTxPhy == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M
141 nextRxPhy = (cRxPhy == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M
187 txPhyA = (txPhyB == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M
188 rxPhyA = (rxPhyB == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M
238 PHY_LE_1M, PHY_LE_2M, 0)
239 self.ensure_both_updated_phy(PHY_LE_1M, PHY_LE_2M)
244 PHY_LE_2M, PHY_LE_1M, 0)
245 self.ensure_both_updated_phy(PHY_LE_2M, PHY_LE_1M)
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DGattEnum.py276 PHY_LE_2M = 2 variable in GattPhy