Home
last modified time | relevance | path

Searched defs:raw_address (Results 1 – 25 of 30) sorted by relevance

12

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_metrics_api.cc75 const RawAddress* raw_address, uint32_t connection_handle, in LogMetricLinkLayerConnectionEvent()
85 const RawAddress& raw_address, uint64_t encoding_interval_millis, in LogMetricA2dpAudioUnderrunEvent()
92 const RawAddress& raw_address, uint64_t encoding_interval_millis, in LogMetricA2dpAudioOverrunEvent()
100 void bluetooth::shim::LogMetricA2dpPlaybackEvent(const RawAddress& raw_address, in LogMetricA2dpPlaybackEvent()
107 void bluetooth::shim::LogMetricHfpPacketLossStats(const RawAddress& raw_address, in LogMetricHfpPacketLossStats()
114 void bluetooth::shim::LogMetricReadRssiResult(const RawAddress& raw_address, in LogMetricReadRssiResult()
123 const RawAddress& raw_address, uint16_t handle, uint32_t cmd_status, in LogMetricReadFailedContactCounterResult()
130 const RawAddress& raw_address, uint16_t handle, uint32_t cmd_status, in LogMetricReadTxPowerLevelResult()
137 const RawAddress& raw_address, uint16_t smp_cmd, in LogMetricSmpPairingEvent()
144 const RawAddress& raw_address, uint16_t handle, uint32_t hci_cmd, in LogMetricClassicPairingEvent()
[all …]
Dmock_main_shim_metric_id_api.cc56 bool SaveDeviceOnMetricIdAllocator(const RawAddress& raw_address) { in SaveDeviceOnMetricIdAllocator()
60 int AllocateIdFromMetricIdAllocator(const RawAddress& raw_address) { in AllocateIdFromMetricIdAllocator()
64 void ForgetDeviceFromMetricIdAllocator(const RawAddress& raw_address) { in ForgetDeviceFromMetricIdAllocator()
Dmock_main_shim_acl_api.cc39 const RawAddress& raw_address) { in ACL_CreateClassicConnection()
43 const RawAddress& raw_address) { in ACL_CancelClassicConnection()
Dmock_main_shim_btm_api.cc114 bool bluetooth::shim::BTM_UseLeLink(const RawAddress& raw_address) { in BTM_UseLeLink()
174 const RawAddress& raw_address, tBTM_NAME_CMPL_CB* callback, in BTM_ReadRemoteDeviceName()
391 void bluetooth::shim::SendRemoteNameRequest(const RawAddress& raw_address) { in SendRemoteNameRequest()
394 void btm_api_process_extended_inquiry_result(RawAddress raw_address, in btm_api_process_extended_inquiry_result()
402 void btm_api_process_inquiry_result(const RawAddress& raw_address, in btm_api_process_inquiry_result()
408 void btm_api_process_inquiry_result_with_rssi(RawAddress raw_address, in btm_api_process_inquiry_result_with_rssi()
Dmock_bluetooth_interface.cc39 Octet16 r, RawAddress raw_address, in invoke_oob_data_request_cb()
Dmock_stack_btm_inq.cc52 void SendRemoteNameRequest(const RawAddress& raw_address) { in SendRemoteNameRequest()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc31 const RawAddress* raw_address, uint32_t connection_handle, in LogMetricLinkLayerConnectionEvent()
44 void LogMetricA2dpAudioUnderrunEvent(const RawAddress& raw_address, in LogMetricA2dpAudioUnderrunEvent()
52 void LogMetricA2dpAudioOverrunEvent(const RawAddress& raw_address, in LogMetricA2dpAudioOverrunEvent()
63 void LogMetricA2dpPlaybackEvent(const RawAddress& raw_address, in LogMetricA2dpPlaybackEvent()
70 void LogMetricHfpPacketLossStats(const RawAddress& raw_address, in LogMetricHfpPacketLossStats()
78 void LogMetricReadRssiResult(const RawAddress& raw_address, uint16_t handle, in LogMetricReadRssiResult()
84 void LogMetricReadFailedContactCounterResult(const RawAddress& raw_address, in LogMetricReadFailedContactCounterResult()
93 void LogMetricReadTxPowerLevelResult(const RawAddress& raw_address, in LogMetricReadTxPowerLevelResult()
101 void LogMetricSmpPairingEvent(const RawAddress& raw_address, uint16_t smp_cmd, in LogMetricSmpPairingEvent()
109 void LogMetricClassicPairingEvent(const RawAddress& raw_address, in LogMetricClassicPairingEvent()
[all …]
Dmetric_id_api.cc60 int AllocateIdFromMetricIdAllocator(const RawAddress& raw_address) { in AllocateIdFromMetricIdAllocator()
65 bool SaveDeviceOnMetricIdAllocator(const RawAddress& raw_address) { in SaveDeviceOnMetricIdAllocator()
70 void ForgetDeviceFromMetricIdAllocator(const RawAddress& raw_address) { in ForgetDeviceFromMetricIdAllocator()
Ddistance_measurement_manager.cc44 void StartDistanceMeasurement(RawAddress raw_address, uint16_t frequency, in StartDistanceMeasurement()
51 void StopDistanceMeasurement(RawAddress raw_address, uint8_t method) { in StopDistanceMeasurement()
Dbtm.h253 bool CheckClassicAclLink(const RawAddress& raw_address) { return true; } in CheckClassicAclLink()
254 bool CheckLeAclLink(const RawAddress& raw_address) { return true; } in CheckLeAclLink()
Dbtm.cc91 bool Btm::ReadRemoteName::Start(RawAddress raw_address) { in Start()
127 RawAddress raw_address; in OnScanResult() local
487 BtmStatus Btm::ReadClassicRemoteDeviceName(const RawAddress& raw_address, in ReadClassicRemoteDeviceName()
493 BtmStatus Btm::ReadLeRemoteDeviceName(const RawAddress& raw_address, in ReadLeRemoteDeviceName()
Dacl_api.cc40 const RawAddress& raw_address) { in ACL_CreateClassicConnection()
46 const RawAddress& raw_address) { in ACL_CancelClassicConnection()
Dle_scanning_manager.cc510 RawAddress raw_address = ToRawAddress(address); in OnScanResult() local
542 RawAddress raw_address = in OnTrackAdvFoundLost() local
603 RawAddress raw_address = ToRawAddress(address_with_type.GetAddress()); in OnPeriodicSyncStarted() local
823 const RawAddress& raw_address = remote_bdaddr_cache_ordered_.front(); in add() local
Dbtm_api.cc89 void btm_api_process_inquiry_result(const RawAddress& raw_address, in btm_api_process_inquiry_result()
132 void btm_api_process_inquiry_result_with_rssi(RawAddress raw_address, in btm_api_process_inquiry_result_with_rssi()
190 void btm_api_process_extended_inquiry_result(RawAddress raw_address, in btm_api_process_extended_inquiry_result()
Dcontroller.cc56 RawAddress raw_address; member
Dle_advertising_manager.cc287 RawAddress raw_address = bluetooth::ToRawAddress(address); in OnOwnAddressRead() local
/packages/modules/Bluetooth/system/test/headless/pairing/
Dpairing.cc41 RawAddress raw_address = options_.device_.front(); in Run() local
/packages/modules/Bluetooth/system/test/headless/read/
Dname.cc48 const RawAddress& raw_address = options_.device_.front(); in Run() local
/packages/modules/Bluetooth/system/test/headless/discovery/
Ddiscovery.cc45 const RawAddress& raw_address) { in start_discovery()
/packages/modules/Bluetooth/system/test/headless/sdp/
Dsdp.cc85 const RawAddress& raw_address, const bluetooth::Uuid& uuid) { in sdp_query_uuid()
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dsecurity_service.rs34 let raw_address = RawAddress::from_string(req.address).unwrap(); in remove_bond() localVariable
/packages/modules/Bluetooth/system/btif/test/
Dbtif_hh_test.cc103 RawAddress raw_address; member
109 RawAddress raw_address; member
/packages/modules/Bluetooth/system/test/headless/
Dheadless.cc90 RawAddress raw_address = in remote_device_properties() local
164 RawAddress raw_address(*remote_bd_addr); in acl_state_changed() local
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc186 const Address& raw_address, in LogMetricBluetoothLEConnectionMetricEvent()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_pm.cc373 const RawAddress raw_address = pm_mode_db[pm_pend_link].bda_; in btm_pm_reset() local

12