Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dgatt_test_database.py21 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic_value_format
53 'value_type': gatt_characteristic_value_format['string'],
60 'value_type': gatt_characteristic_value_format['sint32'],
78 'value_type': gatt_characteristic_value_format['byte'],
90 'value_type': gatt_characteristic_value_format['byte'],
110 'value_type': gatt_characteristic_value_format['byte'],
135 'value_type': gatt_characteristic_value_format['byte'],
141 'value_type': gatt_characteristic_value_format['byte'],
155 'value_type': gatt_characteristic_value_format['byte'],
161 'value_type': gatt_characteristic_value_format['string'],
[all …]
Dbt_constants.py526 gatt_characteristic_value_format = { variable
Dgatts_lib.py23 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic_value_format
217 if value_type == gatt_characteristic_value_format['string']:
221 elif value_type == gatt_characteristic_value_format['byte']:
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/gatt/
Dgatt_server_databases.py24 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic_value_format
76 'value_type': gatt_characteristic_value_format['string'],
83 'value_type': gatt_characteristic_value_format['string'],
92 'value_type': gatt_characteristic_value_format['sint8'],
99 'value_type': gatt_characteristic_value_format['string'],
108 'value_type': gatt_characteristic_value_format['sint8'],
123 'value_type': gatt_characteristic_value_format['string'],
157 'value_type': gatt_characteristic_value_format['string'],
190 'value_type': gatt_characteristic_value_format['sint8'],
208 'value_type': gatt_characteristic_value_format['string'],
[all …]
/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/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py30 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic_value_format
60 gatt_characteristic_value_format['string'],