Searched refs:gatt_characteristic_value_format (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | gatt_test_database.py | 21 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'], 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 | 544 gatt_characteristic_value_format = { variable
|
/tools/test/connectivity/acts/tests/google/fuchsia/bt/gatt/ |
D | gatt_server_databases.py | 25 from acts.test_utils.bt.bt_constants import gatt_characteristic_value_format 77 'value_type': gatt_characteristic_value_format['string'], 84 'value_type': gatt_characteristic_value_format['string'], 93 'value_type': gatt_characteristic_value_format['sint8'], 100 'value_type': gatt_characteristic_value_format['string'], 109 'value_type': gatt_characteristic_value_format['sint8'], 124 'value_type': gatt_characteristic_value_format['string'], 158 'value_type': gatt_characteristic_value_format['string'], 191 'value_type': gatt_characteristic_value_format['sint8'], 209 'value_type': gatt_characteristic_value_format['string'], [all …]
|
/tools/test/connectivity/acts/tests/google/ble/examples/ |
D | GattServerExampleTest.py | 21 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/ |
D | ConcurrentGattConnectTest.py | 31 from acts.test_utils.bt.bt_constants import gatt_characteristic_value_format 61 gatt_characteristic_value_format['string'],
|