Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dgatt_test_database.py22 from acts.test_utils.bt.bt_constants import gatt_char_desc_uuids
81 'uuid': gatt_char_desc_uuids['client_char_cfg'],
236 'uuid': gatt_char_desc_uuids['server_char_cfg'],
296 'uuid': gatt_char_desc_uuids['char_ext_props'],
300 'uuid': gatt_char_desc_uuids['char_user_desc'],
309 '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'],
375 'uuid': gatt_char_desc_uuids['char_fmt_uuid'],
389 'uuid': gatt_char_desc_uuids['char_fmt_uuid'],
[all …]
Dbt_constants.py469 gatt_char_desc_uuids = { variable
DGattConnectedBaseTest.py35 from acts.test_utils.bt.bt_constants import gatt_char_desc_uuids
148 'uuid': gatt_char_desc_uuids['client_char_cfg'],
Dgattc_lib.py27 from acts.test_utils.bt.bt_constants import gatt_char_desc_uuids
/tools/test/connectivity/acts/tests/google/ble/gatt/
DGattNotifyTest.py27 from acts.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/google/ble/examples/
DGattServerExampleTest.py22 from acts.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/google/ble/concurrency/
DConcurrentGattConnectTest.py32 from acts.test_utils.bt.bt_constants import gatt_char_desc_uuids