Searched refs:gatt_phy (Results 1 – 3 of 3) sorted by relevance
27 from acts_contrib.test_utils.bt.bt_constants import gatt_phy31 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(
25 from acts_contrib.test_utils.bt.bt_constants import gatt_phy227 bluetooth_gatt_1, gatt_phy['1m'], gatt_phy['1m'], 0)
561 gatt_phy = {"1m": 1, "2m": 2, "le_coded": 3} variable