Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/ble/bt5/
DPhyTest.py27 from acts_contrib.test_utils.bt.bt_constants import gatt_phy
31 PHY_LE_1M = gatt_phy['1m']
32 PHY_LE_2M = gatt_phy['2m']
36 return '(' + list(gatt_phy.keys())[list(gatt_phy.values()).index(
37 txPhy)] + ', ' + list(gatt_phy.keys())[list(gatt_phy.values()).index(
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_coc_test_utils.py25 from acts_contrib.test_utils.bt.bt_constants import gatt_phy
227 bluetooth_gatt_1, gatt_phy['1m'], gatt_phy['1m'], 0)
Dbt_constants.py561 gatt_phy = {"1m": 1, "2m": 2, "le_coded": 3} variable