Home
last modified time | relevance | path

Searched refs:gatt_char_desc_uuids (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/gatt/
Dgatt_server_databases.py25 from acts_contrib.test_utils.bt.bt_constants import gatt_char_desc_uuids
86 'uuid': gatt_char_desc_uuids['client_char_cfg']
102 'uuid': gatt_char_desc_uuids['client_char_cfg']
126 'uuid': gatt_char_desc_uuids['client_char_cfg']
132 'uuid': gatt_char_desc_uuids['char_user_desc'],
136 'uuid': gatt_char_desc_uuids['char_ext_props']
160 'uuid': gatt_char_desc_uuids['client_char_cfg']
166 'uuid': gatt_char_desc_uuids['char_user_desc'],
170 'uuid': gatt_char_desc_uuids['char_ext_props']
193 'uuid': gatt_char_desc_uuids['client_char_cfg']
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dgatt_test_database.py22 from acts_contrib.test_utils.bt.bt_constants import gatt_char_desc_uuids
81 'uuid': gatt_char_desc_uuids['client_char_cfg'],
235 'uuid': gatt_char_desc_uuids['server_char_cfg'],
295 'uuid': gatt_char_desc_uuids['char_ext_props'],
299 'uuid': gatt_char_desc_uuids['char_user_desc'],
308 'uuid': gatt_char_desc_uuids['char_fmt_uuid'],
334 'uuid': gatt_char_desc_uuids['char_ext_props'],
361 'uuid': gatt_char_desc_uuids['char_fmt_uuid'],
376 'uuid': gatt_char_desc_uuids['char_fmt_uuid'],
390 'uuid': gatt_char_desc_uuids['char_fmt_uuid'],
[all …]
DGattConnectedBaseTest.py35 from acts_contrib.test_utils.bt.bt_constants import gatt_char_desc_uuids
148 'uuid': gatt_char_desc_uuids['client_char_cfg'],
Dbt_constants.py494 gatt_char_desc_uuids = { variable
Dgattc_lib.py27 from acts_contrib.test_utils.bt.bt_constants import gatt_char_desc_uuids
/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattNotifyTest.py27 from acts_contrib.test_utils.bt.bt_constants import gatt_char_desc_uuids
60 gatt_char_desc_uuids['client_char_cfg'],
66 gatt_char_desc_uuids['client_char_cfg'])
/tools/test/connectivity/acts_tests/tests/google/ble/examples/
DGattServerExampleTest.py22 from acts_contrib.test_utils.bt.bt_constants import gatt_char_desc_uuids
27 descriptor_uuid = gatt_char_desc_uuids['client_char_cfg']
/tools/test/connectivity/acts_tests/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py32 from acts_contrib.test_utils.bt.bt_constants import gatt_char_desc_uuids