Searched refs:gatt_char_desc_uuids (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | gatt_test_database.py | 22 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 …]
|
D | bt_constants.py | 469 gatt_char_desc_uuids = { variable
|
D | GattConnectedBaseTest.py | 35 from acts.test_utils.bt.bt_constants import gatt_char_desc_uuids 148 'uuid': gatt_char_desc_uuids['client_char_cfg'],
|
D | gattc_lib.py | 27 from acts.test_utils.bt.bt_constants import gatt_char_desc_uuids
|
/tools/test/connectivity/acts/tests/google/ble/gatt/ |
D | GattNotifyTest.py | 27 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/ |
D | GattServerExampleTest.py | 22 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/ |
D | ConcurrentGattConnectTest.py | 32 from acts.test_utils.bt.bt_constants import gatt_char_desc_uuids
|