Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_gatt_utils.py24 from acts_contrib.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_contrib.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.py448 gatt_characteristic = { variable
Dgatts_lib.py23 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic
/tools/test/connectivity/acts_tests/tests/google/ble/examples/
DGattServerExampleTest.py18 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic
39 gatt_characteristic['property_read'],
41 gatt_characteristic['permission_read'],
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattWriteTest.py23 from acts_contrib.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_contrib.test_utils.bt.bt_constants import gatt_characteristic
DGattReadTest.py23 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic
DGattConnectTest.py30 from acts_contrib.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/tests/google/ble/system_tests/
DGattLongevityTest.py23 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic
68 gatt_characteristic['write_type_no_response'])
/tools/test/connectivity/acts_tests/tests/google/bt/gatt/
DGattOverBrEdrTest.py26 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic