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'], 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 …]
|
D | bt_constants.py | 501 gatt_characteristic_value_format = { variable
|
D | gatts_lib.py | 24 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/ |
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'],
|