Home
last modified time | relevance | path

Searched refs:device_address (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/FiraRangingTests/
Dranging_test.py145 responder_params.update(device_address=peer_addr)
198 responder_params.update(device_address=peer_addr)
422 device_address=self.initiator_addr,
434 device_address=self.responder_addr,
454 device_address=self.initiator_addr,
467 device_address=self.responder_addr,
488 device_address=self.initiator_addr,
498 device_address=self.responder_addr,
516 device_address=self.initiator_addr,
527 device_address=self.responder_addr,
[all …]
/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/RangingMeasurementTests/
Dranging_measurement_test.py227 device_address=self.initiator_addr,
239 device_address=self.responder_addr,
257 device_address=self.initiator_addr,
267 device_address=self.responder_addr,
285 device_address=self.initiator_addr,
295 device_address=self.responder_addr,
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_server.cc472 p_rec = sdp_upgrade_pse_record(p_rec, p_ccb->device_address); in process_service_attr_req()
534 sdpu_set_avrc_target_version(p_attr, &(p_ccb->device_address)); in process_service_attr_req()
542 sdpu_set_avrc_target_features(p_attr, &(p_ccb->device_address), in process_service_attr_req()
548 sdp_dynamic_change_hfp_version(p_attr, p_ccb->device_address); in process_service_attr_req()
790 p_rec = sdp_upgrade_pse_record(p_rec, p_ccb->device_address); in process_service_search_attr_req()
828 sdpu_set_avrc_target_version(p_attr, &(p_ccb->device_address)); in process_service_search_attr_req()
837 sdpu_set_avrc_target_features(p_attr, &(p_ccb->device_address), in process_service_search_attr_req()
843 sdp_dynamic_change_hfp_version(p_attr, p_ccb->device_address); in process_service_search_attr_req()
1118 btif_storage_is_pce_version_102(p_ccb->device_address); in sdp_pbap_pse_dynamic_attributes_len_update()
1120 is_device_in_allowlist_for_pbap(p_ccb->device_address, false); in sdp_pbap_pse_dynamic_attributes_len_update()
[all …]
Dsdp_main.cc128 p_ccb->device_address = bd_addr; in sdp_connect_ind()
345 p_ccb->device_address = p_bd_addr; in sdp_conn_originate()
Dsdp_discovery.cc529 sdpu_log_attribute_metrics(p_ccb->device_address, p_ccb->p_db); in process_service_attr_rsp()
707 sdpu_log_attribute_metrics(p_ccb->device_address, p_ccb->p_db); in process_service_search_attr_rsp()
740 p_rec = add_record(p_ccb->p_db, p_ccb->device_address); in save_attr_seq()
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_test_utils.py255 device_address = bonded_device_list[0]['address']
256 if not ad.sl4a.bluetoothUnbond(device_address):
257 ad.log.error("Failed to unbond {} from {}".format(device_address, ad.serial))
259 ad.log.info("Successfully unbonded {} from {}".format(device_address, ad.serial))
/packages/modules/Bluetooth/system/gd/btaa/android/
Dactivity_attribution.cc165 …ity_attribution_info(int uid, const std::string& package_name, const std::string& device_address) { in notify_activity_attribution_info()
166 attribution_processor_.NotifyActivityAttributionInfo(uid, package_name, device_address); in notify_activity_attribution_info()
221 int uid, const std::string& package_name, const std::string& device_address) { in NotifyActivityAttributionInfo() argument
222 CallOn(pimpl_.get(), &impl::notify_activity_attribution_info, uid, package_name, device_address); in NotifyActivityAttributionInfo()
/packages/modules/Bluetooth/system/main/shim/
Dactivity_attribution.cc51 const std::string& device_address) override { in NotifyActivityAttributionInfo() argument
53 uid, package_name, device_address); in NotifyActivityAttributionInfo()
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc230 Address device_address{}; in SetDeviceAddress() local
231 Address::FromString(args[1], device_address); in SetDeviceAddress()
232 model_.SetDeviceAddress(device_id, device_address); in SetDeviceAddress()
Dtest_model.h98 Address device_address);
/packages/modules/Bluetooth/system/gd/l2cap/fuzz/
Dshim_l2cap.h41 uint16_t CreateConnection(uint16_t psm, hci::Address device_address) { in CreateConnection() argument
46 device_address, in CreateConnection()
/packages/modules/Bluetooth/system/bta/le_audio/
Dmetrics_collector.cc190 std::vector<RawAddress> device_address(len); in WriteStats() local
207 device_address[i] = device_metric->address_; in WriteStats()
214 device_disconnection_statuses, device_address, streaming_offset_nanos_, in WriteStats()
Dmetrics_collector_test.cc69 std::vector<RawAddress>& device_address, in LogLeAudioConnectionSessionReported() argument
82 last_device_address = device_address; in LogLeAudioConnectionSessionReported()
/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/lib/
Duwb_ranging_params.py211 device_address: List[int]
253 "deviceAddress": self.device_address,
/packages/modules/Bluetooth/system/gd/btaa/host/
Dactivity_attribution.cc35 int uid, const std::string& package_name, const std::string& device_address) {} in NotifyActivityAttributionInfo() argument
/packages/modules/Bluetooth/system/gd/btaa/linux/
Dactivity_attribution.cc38 int uid, const std::string& package_name, const std::string& device_address) {} in NotifyActivityAttributionInfo() argument
/packages/modules/Bluetooth/system/include/hardware/
Dbt_activity_attribution.h76 const std::string& device_address) = 0;
/packages/modules/adb/client/
Dusb_libusb.cpp803 std::string device_address = get_device_address(device_raw); in process_device() local
804 LOG(INFO) << "device connected: " << device_address; in process_device()
820 << device_address << ")"; in process_device()
822 register_usb_transport(connection, connection->serial_.c_str(), device_address.c_str(), true); in process_device()
/packages/modules/Bluetooth/system/common/
Dmetrics.cc929 std::vector<RawAddress>& device_address, in LogLeAudioConnectionSessionReported() argument
933 std::vector<int32_t> device_metric_id(device_address.size()); in LogLeAudioConnectionSessionReported()
934 for (uint64_t i = 0; i < device_address.size(); i++) { in LogLeAudioConnectionSessionReported()
935 if (!device_address[i].IsEmpty()) { in LogLeAudioConnectionSessionReported()
937 MetricIdAllocator::GetInstance().AllocateId(device_address[i]); in LogLeAudioConnectionSessionReported()
Dmetrics_linux.cc165 std::vector<RawAddress>& device_address, in LogLeAudioConnectionSessionReported() argument
Dmetrics.h519 std::vector<RawAddress>& device_address,
/packages/modules/Bluetooth/system/gd/btaa/
Dactivity_attribution.h63 …tivityAttributionInfo(int uid, const std::string& package_name, const std::string& device_address);
Dattribution_processor.h81 …tivityAttributionInfo(int uid, const std::string& package_name, const std::string& device_address);
/packages/modules/Bluetooth/system/gd/btaa/linux_generic/
Dattribution_processor.cc165 int uid, const std::string& package_name, const std::string& device_address) { in NotifyActivityAttributionInfo() argument
170 address_app_map_[device_address] = package_name + "/" + std::to_string(uid); in NotifyActivityAttributionInfo()
/packages/modules/Bluetooth/system/test/mock/
Dmock_common_metrics.cc208 std::vector<RawAddress>& device_address, in LogLeAudioConnectionSessionReported() argument

12