| /tools/test/connectivity/acts/tests/google/ble/api/ |
| D | BleAdvertiseApiTest.py | 1017 def verify_adv_settings_adv_mode(self, droid, exp_adv_mode): argument 1035 def verify_adv_settings_tx_power_level(self, droid, exp_adv_tx_power): argument 1054 def verify_adv_settings_is_connectable(self, droid, exp_is_connectable): argument 1074 def verify_adv_data_service_uuids(self, droid, exp_service_uuids): argument 1093 def verify_adv_data_service_data(self, droid, exp_service_data_uuid, argument 1115 def verify_adv_data_manu_id(self, droid, exp_manu_id, argument 1137 def verify_adv_data_include_tx_power_level(self, droid, argument 1159 def verify_adv_data_include_device_name(self, droid, argument 1179 def verify_invalid_adv_settings_adv_mode(self, droid, exp_adv_mode): argument 1192 def verify_invalid_adv_settings_tx_power_level(self, droid, argument [all …]
|
| D | BleScanApiTest.py | 74 def validate_scan_settings_helper(self, input, droid): argument 1238 def verify_classic_ble_scan_with_service_uuids(self, droid, scan_callback, argument
|
| /tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
| D | bt_test_utils.py | 72 def generate_ble_scan_objects(droid): argument 79 def generate_ble_advertise_objects(droid): argument 109 def build_advertise_settings(droid, mode, txpower, type): argument 342 def get_device_local_info(droid): argument 349 def enable_bluetooth(droid, ed): argument 357 def disable_bluetooth(droid, ed): argument 396 def set_device_name(droid, name): argument 405 def check_device_supported_profiles(droid): argument
|
| D | bt_gatt_utils.py | 158 def setup_characteristics_and_descriptors(droid): argument 247 def setup_characteristics_and_descriptors(droid): argument 285 def setup_gatt_characteristics(droid, input): argument 294 def setup_gatt_descriptors(droid, input): argument
|
| D | GattConnectedBaseTest.py | 113 def _timed_pop(self, gatt_event, droid, gatt_callback): argument 121 def _setup_characteristics_and_descriptors(self, droid): argument
|
| /tools/test/connectivity/acts/tests/google/bt/gatt/ |
| D | GattOverBrEdrTest.py | 65 def _setup_characteristics_and_descriptors(self, droid): argument
|
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| D | android_device.py | 363 def droid(self): member in AndroidDevice 479 def get_dispatcher(self, droid): argument
|
| D | event_dispatcher.py | 42 def __init__(self, droid): argument
|
| /tools/test/connectivity/acts/tests/google/ble/gatt/ |
| D | GattConnectTest.py | 60 def _setup_characteristics_and_descriptors(self, droid): argument
|