Home
last modified time | relevance | path

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

/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 …]
DGattConnectedBaseTest.py24 from acts.test_utils.bt.bt_constants import gatt_characteristic
123 'property': gatt_characteristic['property_write'] |
124 gatt_characteristic['property_write_no_response'],
125 'permission': gatt_characteristic['permission_write']
129 'property': gatt_characteristic['property_read'],
130 'permission': gatt_characteristic['permission_read']
134 'property': gatt_characteristic['property_notify'] |
135 gatt_characteristic['property_indicate'],
136 'permission': gatt_characteristic['permission_read']
142 gatt_characteristic['permission_write'],
Dbt_constants.py430 gatt_characteristic = { variable
Dgatts_lib.py23 from acts.test_utils.bt.bt_constants import gatt_characteristic
/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'])
312 gatt_characteristic['write_type_no_response'])
389 gatt_characteristic['write_type_default'])
531 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
869 test_uuid, gatt_characteristic['property_write'],
870 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