Searched refs:gatt_characteristic (Results 1 – 12 of 12) sorted by relevance
/tools/test/connectivity/acts/tests/google/fuchsia/bt/gatt/ |
D | gatt_server_databases.py | 21 from acts.test_utils.bt.bt_constants import gatt_characteristic 75 'properties': gatt_characteristic['property_read'], 76 'permissions': gatt_characteristic['permission_read'], 81 'properties': gatt_characteristic['property_notify'], 82 'permissions': gatt_characteristic['permission_read'] | 83 gatt_characteristic['permission_write'], 91 'properties': gatt_characteristic['property_read'], 92 'permissions': gatt_characteristic['permission_read'], 97 'properties': gatt_characteristic['property_notify'], 98 'permissions': gatt_characteristic['permission_read'] | [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | gatt_test_database.py | 17 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 …]
|
D | bt_gatt_utils.py | 24 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 …]
|
D | bt_constants.py | 473 gatt_characteristic = { variable
|
/tools/test/connectivity/acts/tests/google/ble/examples/ |
D | GattServerExampleTest.py | 18 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/ |
D | GattWriteTest.py | 23 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']) 313 gatt_characteristic['write_type_no_response']) 397 gatt_characteristic['write_type_default']) 539 gatt_characteristic['write_type_no_response'])
|
D | GattNotifyTest.py | 23 from acts.test_utils.bt.bt_constants import gatt_characteristic
|
D | GattReadTest.py | 23 from acts.test_utils.bt.bt_constants import gatt_characteristic
|
D | GattConnectTest.py | 30 from acts.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/google/ble/system_tests/ |
D | GattLongevityTest.py | 23 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/ |
D | ConcurrentGattConnectTest.py | 30 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/ |
D | GattOverBrEdrTest.py | 26 from acts.test_utils.bt.bt_constants import gatt_characteristic
|