Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_constants.py524 gatt_characteristic_attr_length = {"attr_1": 1, "attr_2": 3, "attr_3": 15} variable
/tools/test/connectivity/acts/tests/google/ble/system_tests/
DGattLongevityTest.py28 from acts.test_utils.bt.bt_constants import gatt_characteristic_attr_length
/tools/test/connectivity/acts/tests/google/ble/gatt/
DGattWriteTest.py28 from acts.test_utils.bt.bt_constants import gatt_characteristic_attr_length
325 data_length = self.mtu - gatt_characteristic_attr_length['attr_2']
334 data_length = self.mtu - gatt_characteristic_attr_length['attr_2']