Home
last modified time | relevance | path

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

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