Home
last modified time | relevance | path

Searched refs:GetRawAddress (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.cpp61 this->SetPeripheralDevice(device.GetRawAddress()); in ScanResult()
H A Dble_service_data.h692 RawAddress GetRawAddress() const;
H A Dble_service_data.cpp826 RawAddress BlePeripheralDevice::GetRawAddress() const in GetRawAddress() function in OHOS::bluetooth::BlePeripheralDevice
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp89 GetEncryptAddr(result.GetPeripheralDevice().GetRawAddress().GetAddress()).c_str());
104 GetEncryptAddr(result.GetPeripheralDevice().GetRawAddress().GetAddress()).c_str(), scannerId);
116 GetEncryptAddr(result.GetPeripheralDevice().GetRawAddress().GetAddress()).c_str(), scannerId);
169 bleScanResult.SetPeripheralDevice(iter->GetPeripheralDevice().GetRawAddress());
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_connection.h166 RawAddress GetRawAddress(uint8_t connectId) const;
H A Davrcp_tg_connection.cpp146 RawAddress AvrcTgConnectManager::GetRawAddress(uint8_t connectId) const in GetRawAddress() function in OHOS::bluetooth::AvrcTgConnectManager
H A Davrcp_tg_profile.cpp1986 RawAddress rawAddr = AvrcTgConnectManager::GetInstance()->GetRawAddress(connectId); in ProcessChannelMessage()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp603 RawAddress rawAddr(it->second.GetRawAddress()); in GetPairedDevices()
617 RawAddress rawAddr(it->second.GetRawAddress()); in GetConnectedDevices()
748 std::string addr = it->second.GetRawAddress().GetAddress(); in RemoveAllPairs()
750 removeDevices.push_back(it->second.GetRawAddress()); in RemoveAllPairs()
1137 RawAddress rawAddr(it->second.GetRawAddress()); in SavePeerDeviceInfoToConf()
1190 RawAddress device(it->second.GetRawAddress()); in SavePeerDevices2BTM()
H A Dble_central_manager_impl.cpp1675 if (!address.compare(value.GetPeripheralDevice().GetRawAddress().GetAddress())) { in GetDeviceType()
1688 if (!address.compare(value.GetPeripheralDevice().GetRawAddress().GetAddress())) { in GetDeviceAddrType()
1701 if (!address.compare(value.GetPeripheralDevice().GetRawAddress().GetAddress())) { in GetDeviceName()
1713 if (!address.compare(it->GetPeripheralDevice().GetRawAddress().GetAddress())) { in FindDevice()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.h184 RawAddress GetRawAddress(uint8_t connectId);
H A Davrcp_ct_connection.cpp171 RawAddress AvrcCtConnectManager::GetRawAddress(uint8_t connectId) in GetRawAddress() function in OHOS::bluetooth::AvrcCtConnectManager
H A Davrcp_ct_profile.cpp2173 RawAddress rawAddr = AvrcCtConnectManager::GetInstance()->GetRawAddress(connectId); in ProcessChannelMessage()

Completed in 22 milliseconds