Searched refs:gatt_characteristic_value_format (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | gatt_test_database.py | 21 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 …]
|
D | bt_constants.py | 526 gatt_characteristic_value_format = { variable
|
D | gatts_lib.py | 23 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/ |
D | gatt_server_databases.py | 24 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/ |
D | GattServerExampleTest.py | 21 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/ |
D | ConcurrentGattConnectTest.py | 30 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic_value_format 60 gatt_characteristic_value_format['string'],
|