Searched refs:bt (Results 1 – 25 of 183) sorted by relevance
12345678
22 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest23 from acts_contrib.test_utils.bt.bt_constants import ble_advertise_settings_modes24 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_callback_types25 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_modes26 from acts_contrib.test_utils.bt.bt_constants import adv_succ27 from acts_contrib.test_utils.bt.bt_constants import scan_result28 from acts_contrib.test_utils.bt.bt_test_utils import BtTestUtilsError29 from acts_contrib.test_utils.bt.bt_test_utils import generate_ble_advertise_objects30 from acts_contrib.test_utils.bt.bt_test_utils import generate_ble_scan_objects31 from acts_contrib.test_utils.bt.bt_test_utils import get_advanced_droid_list[all …]
25 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest26 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_modes27 from acts_contrib.test_utils.bt.bt_constants import ble_advertise_settings_modes28 from acts_contrib.test_utils.bt.bt_constants import bt_profile_constants29 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic30 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic_value_format31 from acts_contrib.test_utils.bt.bt_constants import gatt_char_desc_uuids32 from acts_contrib.test_utils.bt.bt_constants import gatt_descriptor33 from acts_contrib.test_utils.bt.bt_constants import gatt_service_types34 from acts_contrib.test_utils.bt.bt_constants import scan_result[all …]
33 from acts_contrib.test_utils.bt import BleEnum34 from acts_contrib.test_utils.bt import BluetoothBaseTest35 from acts_contrib.test_utils.bt import BluetoothCarHfpBaseTest36 from acts_contrib.test_utils.bt import BtEnum37 from acts_contrib.test_utils.bt import GattConnectedBaseTest38 from acts_contrib.test_utils.bt import GattEnum39 from acts_contrib.test_utils.bt import bt_contacts_utils40 from acts_contrib.test_utils.bt import bt_gatt_utils41 from acts_contrib.test_utils.bt import bt_test_utils42 from acts_contrib.test_utils.bt import native_bt_test_utils
21 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest22 from acts_contrib.test_utils.bt.BtEnum import BluetoothScanModeType23 from acts_contrib.test_utils.bt.bt_test_utils import check_device_supported_profiles24 from acts_contrib.test_utils.bt.bt_test_utils import log_energy_info25 from acts_contrib.test_utils.bt.bt_test_utils import reset_bluetooth26 from acts_contrib.test_utils.bt.bt_test_utils import set_device_name27 from acts_contrib.test_utils.bt.bt_test_utils import set_bt_scan_mode28 from acts_contrib.test_utils.bt.bt_test_utils import setup_multiple_devices_for_bt_test29 from acts_contrib.test_utils.bt.bt_test_utils import take_btsnoop_logs
21 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest22 from acts_contrib.test_utils.bt.GattConnectedBaseTest import GattConnectedBaseTest23 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic24 from acts_contrib.test_utils.bt.bt_constants import gatt_descriptor25 from acts_contrib.test_utils.bt.bt_constants import gatt_event26 from acts_contrib.test_utils.bt.bt_constants import gatt_cb_strings27 from acts_contrib.test_utils.bt.bt_constants import gatt_connection_priority28 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic_attr_length29 from acts_contrib.test_utils.bt.GattEnum import MtuSize30 from acts_contrib.test_utils.bt.bt_gatt_utils import setup_gatt_mtu
17 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest18 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic19 from acts_contrib.test_utils.bt.bt_constants import gatt_descriptor20 from acts_contrib.test_utils.bt.bt_constants import gatt_service_types21 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic_value_format22 from acts_contrib.test_utils.bt.bt_constants import gatt_char_desc_uuids23 from acts_contrib.test_utils.bt.gatts_lib import GattServerLib
176 if ('bt' in chip && chip.bt) {179 if ('lowEnergy' in chip.bt && chip.bt.lowEnergy) {183 <td>${chip.bt.lowEnergy.rxCount ?? 0}</td>184 <td>${chip.bt.lowEnergy.txCount ?? 0}</td>188 if ('classic' in chip.bt && chip.bt.classic) {192 <td>${chip.bt.classic.rxCount ?? 0}</td>193 <td>${chip.bt.classic.txCount ?? 0}</td>
25 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest26 from acts_contrib.test_utils.bt.bt_coc_test_utils import orchestrate_coc_connection27 from acts_contrib.test_utils.bt.bt_coc_test_utils import do_multi_connection_throughput28 from acts_contrib.test_utils.bt.bt_constants import default_le_data_length29 from acts_contrib.test_utils.bt.bt_constants import default_bluetooth_socket_timeout_ms30 from acts_contrib.test_utils.bt.bt_constants import l2cap_coc_header_size31 from acts_contrib.test_utils.bt.bt_constants import l2cap_max_inactivity_delay_after_disconnect32 from acts_contrib.test_utils.bt.bt_constants import le_connection_event_time_step_ms33 from acts_contrib.test_utils.bt.bt_test_utils import clear_bonded_devices34 from acts_contrib.test_utils.bt.bt_test_utils import kill_bluetooth_process[all …]
25 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest26 from acts_contrib.test_utils.bt.bt_coc_test_utils import orchestrate_coc_connection27 from acts_contrib.test_utils.bt.bt_coc_test_utils import do_multi_connection_throughput28 from acts_contrib.test_utils.bt.bt_constants import default_le_data_length29 from acts_contrib.test_utils.bt.bt_constants import l2cap_coc_header_size30 from acts_contrib.test_utils.bt.bt_constants import l2cap_max_inactivity_delay_after_disconnect31 from acts_contrib.test_utils.bt.bt_test_utils import clear_bonded_devices32 from acts_contrib.test_utils.bt.bt_test_utils import kill_bluetooth_process33 from acts_contrib.test_utils.bt.bt_test_utils import reset_bluetooth34 from acts_contrib.test_utils.bt.bt_test_utils import setup_multiple_devices_for_bt_test[all …]
29 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest30 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_modes31 from acts_contrib.test_utils.bt.bt_constants import advertising_set_started32 from acts_contrib.test_utils.bt.bt_constants import advertising_set_stopped33 from acts_contrib.test_utils.bt.bt_constants import advertising_set_enabled34 from acts_contrib.test_utils.bt.bt_constants import advertising_set_data_set35 from acts_contrib.test_utils.bt.bt_constants import advertising_set_scan_response_set36 from acts_contrib.test_utils.bt.bt_constants import advertising_set_parameters_update37 from acts_contrib.test_utils.bt.bt_constants import advertising_set_periodic_parameters_updated38 from acts_contrib.test_utils.bt.bt_constants import advertising_set_periodic_data_set[all …]
1 …"in t&&t.chips)for(const h of t.chips){if("bt"in h&&h.bt){let t=o``,r=o``;"lowEnergy"in h.bt&&h.bt…4 <td>${null!==(e=h.bt.lowEnergy.rxCount)&&void 0!==e?e:0}</td>5 <td>${null!==(i=h.bt.lowEnergy.txCount)&&void 0!==i?i:0}</td>7 `),"classic"in h.bt&&h.bt.classic&&(r=o`10 <td>${null!==(a=h.bt.classic.rxCount)&&void 0!==a?a:0}</td>11 <td>${null!==(n=h.bt.classic.txCount)&&void 0!==n?n:0}</td>
21 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest22 from acts_contrib.test_utils.bt.GattConnectedBaseTest import GattConnectedBaseTest23 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic24 from acts_contrib.test_utils.bt.bt_constants import gatt_descriptor25 from acts_contrib.test_utils.bt.bt_constants import gatt_event26 from acts_contrib.test_utils.bt.bt_constants import gatt_cb_strings27 from acts_contrib.test_utils.bt.bt_constants import gatt_char_desc_uuids
23 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest24 from acts_contrib.test_utils.bt.bt_constants import gatt_characteristic25 from acts_contrib.test_utils.bt.bt_constants import gatt_descriptor26 from acts_contrib.test_utils.bt.bt_constants import gatt_service_types27 from acts_contrib.test_utils.bt.bt_constants import gatt_event28 from acts_contrib.test_utils.bt.bt_constants import gatt_cb_err29 from acts_contrib.test_utils.bt.bt_constants import gatt_cb_strings30 from acts_contrib.test_utils.bt.bt_constants import gatt_mtu_size31 from acts_contrib.test_utils.bt.bt_gatt_utils import disconnect_gatt_connection32 from acts_contrib.test_utils.bt.bt_gatt_utils import orchestrate_gatt_connection[all …]
22 from acts_contrib.test_utils.bt.bt_constants import advertising_set_started24 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_phys25 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_modes26 from acts_contrib.test_utils.bt.bt_gatt_utils import close_gatt_client27 from acts_contrib.test_utils.bt.bt_coc_test_utils import do_multi_connection_throughput28 from acts_contrib.test_utils.bt.bt_gatt_utils import disconnect_gatt_connection30 from acts_contrib.test_utils.bt.bt_constants import gatt_cb_err31 from acts_contrib.test_utils.bt.bt_constants import gatt_cb_strings32 from acts_contrib.test_utils.bt.bt_constants import l2cap_coc_header_size33 from acts_contrib.test_utils.bt.bt_gatt_utils import GattTestUtilsError[all …]
21 from acts_contrib.test_utils.bt.bt_constants import bt_default_timeout22 from acts_contrib.test_utils.bt.bt_constants import default_bluetooth_socket_timeout_ms23 from acts_contrib.test_utils.bt.bt_constants import default_le_connection_interval_ms24 from acts_contrib.test_utils.bt.bt_constants import default_le_data_length25 from acts_contrib.test_utils.bt.bt_constants import gatt_phy26 from acts_contrib.test_utils.bt.bt_constants import gatt_transport27 from acts_contrib.test_utils.bt.bt_constants import l2cap_coc_header_size28 from acts_contrib.test_utils.bt.bt_constants import le_connection_event_time_step_ms29 from acts_contrib.test_utils.bt.bt_constants import le_connection_interval_time_step_ms30 from acts_contrib.test_utils.bt.bt_constants import le_default_supervision_timeout[all …]
36 bt = importlib.import_module('acts_contrib.test_utils.bt.bt_implementations.%s'38 bt_devices.append(bt.BluethoothDevice(config))43 for bt in bt_device_list:44 bt.close()
29 from acts_contrib.test_utils.bt.bt_metrics_utils import get_bluetooth_metrics30 from acts_contrib.test_utils.bt.bt_test_utils import get_device_selector_dictionary31 from acts_contrib.test_utils.bt.bt_test_utils import reset_bluetooth32 from acts_contrib.test_utils.bt.bt_test_utils import setup_multiple_devices_for_bt_test33 from acts_contrib.test_utils.bt.bt_test_utils import take_btsnoop_logs34 from acts_contrib.test_utils.bt.ble_lib import BleLib35 from acts_contrib.test_utils.bt.bta_lib import BtaLib36 from acts_contrib.test_utils.bt.config_lib import ConfigLib37 from acts_contrib.test_utils.bt.gattc_lib import GattClientLib38 from acts_contrib.test_utils.bt.gatts_lib import GattServerLib[all …]
17 import acts_contrib.test_utils.bt.bt_test_utils as btutils18 from acts_contrib.test_utils.bt.bt_constants import adv_succ19 from acts_contrib.test_utils.bt.A2dpBaseTest import A2dpBaseTest20 from acts_contrib.test_utils.bt.bt_constants import bt_default_timeout21 from acts_contrib.test_utils.bt.bt_constants import ble_advertise_settings_modes22 from acts_contrib.test_utils.bt.bt_constants import ble_advertise_settings_tx_powers23 from acts_contrib.test_utils.bt.bt_test_utils import BtTestUtilsError25 from acts_contrib.test_utils.bt.bt_test_utils import generate_ble_advertise_objects26 from acts_contrib.test_utils.bt.bt_test_utils import setup_multiple_devices_for_bt_test
17 import acts_contrib.test_utils.bt.bt_test_utils as btutils18 from acts_contrib.test_utils.bt.A2dpBaseTest import A2dpBaseTest19 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_modes20 from acts_contrib.test_utils.bt.bt_test_utils import generate_ble_scan_objects21 from acts_contrib.test_utils.bt.bt_test_utils import setup_multiple_devices_for_bt_test22 from acts_contrib.test_utils.bt.bt_constants import scan_result
23 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest24 from acts_contrib.test_utils.bt.bt_constants import bluetooth_off25 from acts_contrib.test_utils.bt.bt_constants import bluetooth_on26 from acts_contrib.test_utils.bt.bt_test_utils import clear_bonded_devices27 from acts_contrib.test_utils.bt.bt_test_utils import pair_pri_to_sec28 from acts_contrib.test_utils.bt.bt_test_utils import reset_bluetooth29 from acts_contrib.test_utils.bt.bt_test_utils import setup_multiple_devices_for_bt_test
24 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest25 from acts_contrib.test_utils.bt.bt_test_utils import bluetooth_off26 from acts_contrib.test_utils.bt.bt_test_utils import bluetooth_on27 from acts_contrib.test_utils.bt.bt_test_utils import cleanup_scanners_and_advertisers28 from acts_contrib.test_utils.bt.bt_test_utils import enable_bluetooth29 from acts_contrib.test_utils.bt.bt_test_utils import generate_ble_advertise_objects30 from acts_contrib.test_utils.bt.bt_test_utils import generate_ble_scan_objects31 from acts_contrib.test_utils.bt.bt_constants import bluetooth_le_off32 from acts_contrib.test_utils.bt.bt_constants import bluetooth_le_on33 from acts_contrib.test_utils.bt.bt_constants import bt_adapter_states[all …]
23 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest24 from acts_contrib.test_utils.bt.bt_constants import ble_advertise_settings_modes25 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_callback_types26 from acts_contrib.test_utils.bt.BleEnum import ScanSettingsMatchMode27 from acts_contrib.test_utils.bt.BleEnum import ScanSettingsMatchNum28 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_modes29 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_match_modes30 from acts_contrib.test_utils.bt.bt_constants import ble_scan_settings_match_nums31 from acts_contrib.test_utils.bt.bt_constants import adv_succ32 from acts_contrib.test_utils.bt.bt_test_utils import cleanup_scanners_and_advertisers[all …]
23 from acts.controllers.fuchsia_lib.bt.avdtp_lib import FuchsiaAvdtpLib24 from acts.controllers.fuchsia_lib.bt.ble_lib import FuchsiaBleLib25 from acts.controllers.fuchsia_lib.bt.bts_lib import FuchsiaBtsLib26 from acts.controllers.fuchsia_lib.bt.gattc_lib import FuchsiaGattcLib27 from acts.controllers.fuchsia_lib.bt.gatts_lib import FuchsiaGattsLib28 from acts.controllers.fuchsia_lib.bt.hfp_lib import FuchsiaHfpLib29 from acts.controllers.fuchsia_lib.bt.rfcomm_lib import FuchsiaRfcommLib30 from acts.controllers.fuchsia_lib.bt.sdp_lib import FuchsiaProfileServerLib
65 Fuchsia cmd-line-tool: bt-pairing-tool73 [Fuchsia interaction] Type 'y' on the bt-pairing-tool74 [PTS Interaction] Enter pin from bt-pairing-tool to PTS88 Fuchsia cmd-line-tool: bt-pairing-tool96 [Fuchsia interaction] Type 'y' on the bt-pairing-tool97 [PTS Interaction] Enter pin from bt-pairing-tool to PTS111 Fuchsia cmd-line-tool: bt-pairing-tool119 [Fuchsia interaction] Type 'y' on the bt-pairing-tool120 [PTS Interaction] Enter pin from bt-pairing-tool to PTS154 Fuchsia cmd-line-tool: bt-pairing-tool[all …]
25 from acts_contrib.test_utils.bt.BluetoothBaseTest import BluetoothBaseTest26 from acts_contrib.test_utils.bt.bt_test_utils import orchestrate_rfcomm_connection27 from acts_contrib.test_utils.bt.bt_test_utils import setup_multiple_devices_for_bt_test28 from acts_contrib.test_utils.bt.bt_test_utils import verify_server_and_client_connected29 from acts_contrib.test_utils.bt.bt_test_utils import write_read_verify_data30 from acts_contrib.test_utils.bt.loggers.bluetooth_metric_logger import BluetoothMetricLogger31 from acts_contrib.test_utils.bt.loggers.protos import bluetooth_metric_pb2 as proto_module