Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/ble/examples/
DGattServerExampleTest.py21 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic_value_format
45 gatt_characteristic_value_format['string'],
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dgatts_lib.py24 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic_value_format
216 if value_type == gatt_characteristic_value_format['string']:
220 elif value_type == gatt_characteristic_value_format['byte']:
Dbt_constants.py519 gatt_characteristic_value_format = { variable