Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/ble/bt5/
DPhyTest.py31 PHY_LE_1M = gatt_phy['1m'] variable
141 nextTxPhy = (cTxPhy == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M
142 nextRxPhy = (cRxPhy == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M
188 txPhyA = (txPhyB == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M
189 rxPhyA = (rxPhyB == PHY_LE_1M) and PHY_LE_2M or PHY_LE_1M
239 PHY_LE_1M, PHY_LE_2M, 0)
240 self.ensure_both_updated_phy(PHY_LE_1M, PHY_LE_2M)
245 PHY_LE_2M, PHY_LE_1M, 0)
246 self.ensure_both_updated_phy(PHY_LE_2M, PHY_LE_1M)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBleEnum.py56 PHY_LE_1M = 1 variable in ScanSettingsPhy
DGattEnum.py275 PHY_LE_1M = 1 variable in GattPhy