Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dgatt_test_database.py21 from acts.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'],
136 'value_type': gatt_characteristic_value_format['byte'],
142 'value_type': gatt_characteristic_value_format['byte'],
156 'value_type': gatt_characteristic_value_format['byte'],
162 'value_type': gatt_characteristic_value_format['string'],
[all …]
Dbt_constants.py501 gatt_characteristic_value_format = { variable
Dgatts_lib.py24 from acts.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']:
/tools/test/connectivity/acts/tests/google/ble/examples/
DGattServerExampleTest.py21 from acts.test_utils.bt.bt_constants import gatt_characteristic_value_format
45 gatt_characteristic_value_format['string'],
/tools/test/connectivity/acts/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py31 from acts.test_utils.bt.bt_constants import gatt_characteristic_value_format
61 gatt_characteristic_value_format['string'],