Home
last modified time | relevance | path

Searched refs:gatt_characteristic (Results 1 – 12 of 12) sorted by relevance

/tools/test/connectivity/acts/tests/google/fuchsia/bt/gatt/
Dgatt_server_databases.py21 from acts.test_utils.bt.bt_constants import gatt_characteristic
75 'properties': gatt_characteristic['property_read'],
76 'permissions': gatt_characteristic['permission_read'],
81 'properties': gatt_characteristic['property_notify'],
82 'permissions': gatt_characteristic['permission_read'] |
83 gatt_characteristic['permission_write'],
91 'properties': gatt_characteristic['property_read'],
92 'permissions': gatt_characteristic['permission_read'],
97 'properties': gatt_characteristic['property_notify'],
98 'permissions': gatt_characteristic['permission_read'] |
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dgatt_test_database.py17 from acts.test_utils.bt.bt_constants import gatt_characteristic
50 'properties': gatt_characteristic['property_read'],
51 'permissions': gatt_characteristic['permission_read'],
57 'properties': gatt_characteristic['property_read'],
58 'permissions': gatt_characteristic['permission_read'],
65 'properties': gatt_characteristic['property_read'],
66 'permissions': gatt_characteristic['permission_read'],
74 'properties': gatt_characteristic['property_indicate'],
75 'permissions': gatt_characteristic['permission_read'] |
76 gatt_characteristic['permission_write'],
[all …]
Dbt_gatt_utils.py24 from acts.test_utils.bt.bt_constants import gatt_characteristic
193 gatt_characteristic['property_write']
194 | gatt_characteristic['property_write_no_response'],
196 gatt_characteristic['permission_write']
202 gatt_characteristic['property_notify']
203 | gatt_characteristic['property_read'],
205 gatt_characteristic['permission_read']
211 gatt_characteristic['property_notify']
212 | gatt_characteristic['property_read'],
214 gatt_characteristic['permission_read']
[all …]
Dbt_constants.py473 gatt_characteristic = { variable
/tools/test/connectivity/acts/tests/google/ble/examples/
DGattServerExampleTest.py18 from acts.test_utils.bt.bt_constants import gatt_characteristic
39 gatt_characteristic['property_read'],
41 gatt_characteristic['permission_read'],
/tools/test/connectivity/acts/tests/google/ble/gatt/
DGattWriteTest.py23 from acts.test_utils.bt.bt_constants import gatt_characteristic
65 gatt_characteristic['write_type_default'])
178 gatt_characteristic['write_type_no_response'])
232 gatt_characteristic['write_type_no_response'])
313 gatt_characteristic['write_type_no_response'])
397 gatt_characteristic['write_type_default'])
539 gatt_characteristic['write_type_no_response'])
DGattNotifyTest.py23 from acts.test_utils.bt.bt_constants import gatt_characteristic
DGattReadTest.py23 from acts.test_utils.bt.bt_constants import gatt_characteristic
DGattConnectTest.py30 from acts.test_utils.bt.bt_constants import gatt_characteristic
871 test_uuid, gatt_characteristic['property_write'],
872 gatt_characteristic['permission_write_encrypted_mitm'])
/tools/test/connectivity/acts/tests/google/ble/system_tests/
DGattLongevityTest.py23 from acts.test_utils.bt.bt_constants import gatt_characteristic
68 gatt_characteristic['write_type_no_response'])
/tools/test/connectivity/acts/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py30 from acts.test_utils.bt.bt_constants import gatt_characteristic
55 gatt_characteristic['property_write'],
57 gatt_characteristic['permission_write'],
/tools/test/connectivity/acts/tests/google/bt/gatt/
DGattOverBrEdrTest.py26 from acts.test_utils.bt.bt_constants import gatt_characteristic