Home
last modified time | relevance | path

Searched refs:GetAddress (Results 1 - 25 of 147) sorted by relevance

123456

/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp194 HILOGI("addr: %{public}s", GetEncryptAddr((device).GetAddress()).c_str()); in ConnectSco()
195 RawAddress addr(device.GetAddress()); in ConnectSco()
203 HILOGI("addr: %{public}s", GetEncryptAddr((device).GetAddress()).c_str()); in DisconnectSco()
204 RawAddress addr(device.GetAddress()); in DisconnectSco()
237 HILOGI("addr: %{public}s", GetEncryptAddr((device).GetAddress()).c_str()); in GetDeviceState()
242 RawAddress addr(device.GetAddress()); in GetDeviceState()
250 HILOGI("addr: %{public}s", GetEncryptAddr((device).GetAddress()).c_str()); in GetScoState()
251 RawAddress addr(device.GetAddress()); in GetScoState()
259 HILOGI("addr: %{public}s, code: %{public}d", GetEncryptAddr((device).GetAddress()).c_str(), code); in SendDTMFTone()
260 RawAddress addr(device.GetAddress()); in SendDTMFTone()
[all...]
H A Dbluetooth_hfp_ag_server.cpp207 RawAddress addr(device.GetAddress()); in GetDeviceState()
228 RawAddress addr(device.GetAddress()); in Connect()
249 RawAddress addr(device.GetAddress()); in Disconnect()
259 RawAddress addr(device.GetAddress()); in GetScoState()
314 RawAddress addr(device.GetAddress()); in OpenVoiceRecognition()
324 RawAddress addr(device.GetAddress()); in CloseVoiceRecognition()
334 RawAddress addr(device.GetAddress()); in SetActiveDevice()
351 RawAddress addr(device.GetAddress()); in SendNoCarrier()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_connection.cpp104 if (GetConnectInfo(rawAddr.GetAddress()) == nullptr) { in Add()
105 infos_.insert(std::make_pair(rawAddr.GetAddress(), in Add()
106 AvrcTgConnectInfo(rawAddr.GetAddress(), in Add()
129 infos_.erase(rawAddr.GetAddress()); in Delete()
138 auto iter = infos_.find(rawAddr.GetAddress()); in GetConnectInfo()
238 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetConnectId()
252 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in SetConnectId()
266 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetControlMtu()
280 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in SetControlMtu()
294 AvrcTgConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetBrowseMtu()
[all...]
H A Davrcp_tg_state_machine.cpp73 if (GetPairOfStateMachine(rawAddr.GetAddress()) == nullptr) { in AddControlStateMachine()
78 stateMachines_.insert(std::make_pair(rawAddr.GetAddress(), std::make_pair(std::move(statemachine), nullptr))); in AddControlStateMachine()
81 HILOGI("exists! Address: %{public}s", GetEncryptAddr(rawAddr.GetAddress()).c_str()); in AddControlStateMachine()
95 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in AddBrowseStateMachine()
98 HILOGI("doest not exists! Address: %{public}s", GetEncryptAddr(rawAddr.GetAddress()).c_str()); in AddBrowseStateMachine()
105 HILOGI("exists! Address: %{public}s", GetEncryptAddr(rawAddr.GetAddress()).c_str()); in AddBrowseStateMachine()
117 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in DeletePairOfStateMachine()
119 stateMachines_.erase(rawAddr.GetAddress()); in DeletePairOfStateMachine()
121 HILOGI("does not exist! Address: %{public}s", GetEncryptAddr(rawAddr.GetAddress()).c_str()); in DeletePairOfStateMachine()
131 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in DeleteBrowseStateMachine()
[all...]
H A Davrcp_tg_service.cpp754 stub::MediaService::GetInstance()->SetActiveDevice(rawAddr.GetAddress()); in SetActiveDevice()
831 RawAddress peerAddr(rawAddr.GetAddress()); in Connect()
861 RawAddress peerAddr(rawAddr.GetAddress()); in Disconnect()
1032 int result = stub::MediaService::GetInstance()->PressButton(rawAddr.GetAddress(), button, label); in OnButtonPressed()
1045 int result = stub::MediaService::GetInstance()->ReleaseButton(rawAddr.GetAddress(), button, label); in OnButtonReleased()
1058 int result = stub::MediaService::GetInstance()->PressButton(rawAddr.GetAddress(), button, label); in HoldButton()
1073 stub::MediaService::GetInstance()->SetAddressedPlayer(rawAddr.GetAddress(), playerId, uidCounter, label); in SetAddressedPlayer()
1091 RawAddress peerAddr(rawAddr.GetAddress()); in OnSetAddressedPlayer()
1120 int result = stub::MediaService::GetInstance()->SetBrowsedPlayer(rawAddr.GetAddress(), playerId, uidCounter, label); in SetBrowsedPlayer()
1141 RawAddress peerAddr(rawAddr.GetAddress()); in OnSetBrowsedPlayer()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.cpp128 if (GetConnectInfo(rawAddr.GetAddress()) == nullptr) { in Add()
129 infos_.insert(std::make_pair(rawAddr.GetAddress(), in Add()
130 AvrcCtConnectInfo(rawAddr.GetAddress(), in Add()
154 infos_.erase(rawAddr.GetAddress()); in Delete()
163 auto iter = infos_.find(rawAddr.GetAddress()); in GetConnectInfo()
245 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in GetConnectId()
259 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in SetConnectId()
273 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in EnableNotifyState()
290 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in DisableNotifyState()
309 AvrcCtConnectInfo *info = GetConnectInfo(rawAddr.GetAddress()); in IsNotifyStateEnabled()
[all...]
H A Davrcp_ct_state_machine.cpp67 if (GetPairOfStateMachine(rawAddr.GetAddress()) == nullptr) { in AddControlStateMachine()
72 stateMachines_.insert(std::make_pair(rawAddr.GetAddress(), std::make_pair(std::move(stateMachine), nullptr))); in AddControlStateMachine()
89 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in AddBrowseStateMachine()
112 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in DeletePairOfStateMachine()
114 stateMachines_.erase(rawAddr.GetAddress()); in DeletePairOfStateMachine()
127 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in DeleteBrowseStateMachine()
142 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in SendMessageToControlStateMachine()
173 StateMachinePair *pair = GetPairOfStateMachine(rawAddr.GetAddress()); in SendMessageToBrowseStateMachine()
202 return IsControlSpecifiedState(rawAddr.GetAddress(), AVRC_CT_SM_STATE_CONNECTING); in IsControlConnectingState()
209 return IsControlSpecifiedState(rawAddr.GetAddress(), AVRC_CT_SM_STATE_CONNECTE in IsControlConnectedState()
[all...]
H A Davrcp_ct_service.cpp385 RawAddress peerAddr(rawAddr.GetAddress()); in Connect()
415 RawAddress peerAddr(rawAddr.GetAddress()); in Disconnect()
537 RawAddress peerAddr(rawAddr.GetAddress()); in PressButton()
593 RawAddress peerAddr(rawAddr.GetAddress()); in ReleaseButton()
653 RawAddress peerAddr(rawAddr.GetAddress()); in GetUnitInfo()
697 RawAddress peerAddr(rawAddr.GetAddress()); in GetSubUnitInfo()
745 RawAddress peerAddr(rawAddr.GetAddress()); in SetAddressedPlayer()
806 RawAddress peerAddr(rawAddr.GetAddress()); in SetBrowsedPlayer()
869 RawAddress peerAddr(rawAddr.GetAddress()); in GetSupportedCompanies()
897 RawAddress peerAddr(rawAddr.GetAddress()); in GetSupportedEvents()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_observer_proxy.cpp29 if (!data.WriteString(rawAddr.GetAddress())) { in OnConnectionStateChanged()
61 if (!data.WriteString(rawAddr.GetAddress())) { in OnPressButton()
94 if (!data.WriteString(rawAddr.GetAddress())) { in OnReleaseButton()
127 if (!data.WriteString(rawAddr.GetAddress())) { in OnSetBrowsedPlayer()
175 if (!data.WriteString(rawAddr.GetAddress())) { in OnGetCapabilities()
218 if (!data.WriteString(rawAddr.GetAddress())) { in OnGetPlayerAppSettingAttributes()
255 if (!data.WriteString(rawAddr.GetAddress())) { in OnGetPlayerAppSettingValues()
297 if (!data.WriteString(rawAddr.GetAddress())) { in OnGetPlayerAppSettingCurrentValue()
344 if (!data.WriteString(rawAddr.GetAddress())) { in OnSetPlayerAppSettingCurrentValue()
373 if (!data.WriteString(rawAddr.GetAddress())) { in OnGetPlayerAppSettingAttributeText()
[all...]
H A Dbluetooth_a2dp_src_observer_proxy.cpp28 if (!data.WriteString(device.GetAddress())) { in OnConnectionStateChanged()
60 if (!data.WriteString(device.GetAddress())) { in OnPlayingStatusChanged()
94 if (!data.WriteString(device.GetAddress())) { in OnConfigurationChanged()
127 if (!data.WriteString(device.GetAddress())) { in OnMediaStackChanged()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp29 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in Connect()
45 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in Disconnect()
110 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in GetDeviceState()
131 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in GetPlayingState()
151 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in SetConnectStrategy()
168 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in GetConnectStrategy()
188 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in SetActiveSinkDevice()
223 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), codecStatus, "write device error"); in GetCodecStatus()
244 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in GetCodecPreference()
271 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILE in SetCodecPreference()
[all...]
H A Dbluetooth_avrcp_ct_proxy.cpp127 if (!data.WriteString(device.GetAddress())) { in GetDeviceState()
151 if (!data.WriteString(device.GetAddress())) { in Connect()
175 if (!data.WriteString(device.GetAddress())) { in Disconnect()
199 if (!data.WriteString(device.GetAddress())) { in PressButton()
228 if (!data.WriteString(device.GetAddress())) { in ReleaseButton()
257 if (!data.WriteString(device.GetAddress())) { in GetUnitInfo()
281 if (!data.WriteString(device.GetAddress())) { in GetSubUnitInfo()
305 if (!data.WriteString(device.GetAddress())) { in GetSupportedCompanies()
329 if (!data.WriteString(device.GetAddress())) { in GetSupportedEvents()
353 if (!data.WriteString(device.GetAddress())) { in GetPlayerAppSettingAttributes()
[all...]
H A Dbluetooth_a2dp_sink_proxy.cpp28 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in Connect()
44 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in Disconnect()
107 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in GetDeviceState()
123 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in GetPlayingState()
143 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in SetConnectStrategy()
160 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in GetConnectStrategy()
176 CHECK_AND_RETURN_LOG_RET(data.WriteString(device.GetAddress()), BT_ERR_IPC_TRANS_FAILED, "write device error"); in SendDelay()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp386 HILOGI("ResPriAddr: %{public}s", GetEncryptAddr(RawAddress::ConvertToString(addr).GetAddress()).c_str()); in GenResPriAddrResult()
455 addr = RawAddress::ConvertToString(&vec[0]).GetAddress(); in SetLocalIrkAndIdentityAddrToBtm()
501 if (!Compat::CompatCheck(CompatType::COMPAT_REJECT_NAME_REQUEST, device.GetAddress())) { in GetDeviceName()
512 remoteName = pimpl->bleCentralManager_->GetDeviceName(device.GetAddress()); in GetDeviceName()
517 auto it = pimpl->peerConnDeviceList_.find(device.GetAddress()); in GetDeviceName()
557 auto it = pimpl->peerConnDeviceList_.find(addr.GetAddress()); in ReadRemoteDeviceNameByGatt()
588 auto it = pimpl->peerConnDeviceList_.find(device.GetAddress()); in GetDeviceUuids()
625 HILOGI("addr: %{public}s", GetEncryptAddr(device.GetAddress()).c_str()); in StartPair()
633 uint8_t peerAddrType = GetPeerDeviceAddrType(RawAddress(device.GetAddress())); in StartPair()
634 auto it = pimpl->peerConnDeviceList_.find(device.GetAddress()); in StartPair()
[all...]
H A Dble_security.cpp434 if ((!invalidMacAddress.compare(rawAddr.GetAddress())) || (rawAddr.GetAddress().empty())) { in SavePairKeyNotify()
437 std::string peerIdentityAddr = BleConfig::GetInstance().GetPeerIdentityAddr(rawAddr.GetAddress()); in SavePairKeyNotify()
440 if (peerIdentityAddr.compare(peerAddr.GetAddress()) == 0) { in SavePairKeyNotify()
441 BleConfig::GetInstance().RemovePairedDevice(rawAddr.GetAddress()); in SavePairKeyNotify()
457 ret &= BleConfig::GetInstance().SetLocalEdivRand(addr.GetAddress(), in SaveLocalPairKey()
462 ret &= BleConfig::GetInstance().SetLocalLtk(addr.GetAddress(), BleUtils::ConvertIntToHexString(ltk)); in SaveLocalPairKey()
464 addr.GetAddress(), std::to_string(param.lePairKeyNotify_.localEncKey.keySize)); in SaveLocalPairKey()
470 ret &= BleConfig::GetInstance().SetLocalCsrk(addr.GetAddress(), BleUtils::ConvertIntToHexString(csrk)); in SaveLocalPairKey()
472 addr.GetAddress(), para in SaveLocalPairKey()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dhyperlink_composed_element.cpp25 { "address", [](const HyperlinkComposedElement& inspector) { return inspector.GetAddress(); } },
36 std::string("address: ").append(GetAddress())); in Dump()
52 std::string HyperlinkComposedElement::GetAddress() const in GetAddress() function in OHOS::Ace::V2::HyperlinkComposedElement
56 return node->GetAddress(); in GetAddress()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dlog_util.h24 #define GET_ENCRYPT_ADDR(device) (GetEncryptAddr((device).GetAddress()).c_str())
25 #define GET_ENCRYPT_AVRCP_ADDR(rawAddr) (GetEncryptAddr((rawAddr).GetAddress()).c_str())
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp62 HILOGI("Active device(%{public}s)", GetEncryptAddr(service->GetActiveSinkDevice().GetAddress()).c_str()); in OnConnectStateChanged()
65 if (strcmp(btAddr.GetAddress().c_str(), service->GetActiveSinkDevice().GetAddress().c_str()) == 0) { in OnConnectStateChanged()
342 auto iter = a2dpDevices_.find(device.GetAddress().c_str()); in Disconnect()
484 auto curDevice = a2dpDevices_.find(activeDevice_.GetAddress().c_str()); in DisableService()
548 auto iter = a2dpDevices_.find(device.GetAddress().c_str()); in GetDeviceState()
563 auto iter = a2dpDevices_.find(device.GetAddress().c_str()); in GetPlayingState()
578 RawAddress rawAddr(device.GetAddress()); in SetActiveSinkDevice()
587 auto iter = a2dpDevices_.find(device.GetAddress().c_str()); in SetActiveSinkDevice()
598 auto curDevice = a2dpDevices_.find(activeDevice_.GetAddress() in SetActiveSinkDevice()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.cpp169 std::string address = device.GetAddress(); in Connect()
193 std::string address = device.GetAddress(); in Disconnect()
269 std::string address = device.GetAddress(); in ConnectSco()
291 std::string address = device.GetAddress(); in DisconnectSco()
330 std::string address = device.GetAddress(); in GetDeviceState()
348 std::string address = device.GetAddress(); in GetScoState()
365 std::string address = device.GetAddress(); in SendDTMFTone()
387 std::string address = device.GetAddress(); in GetCurrentCallList()
406 std::string address = device.GetAddress(); in AcceptIncomingCall()
421 std::string address = device.GetAddress(); in HoldActiveCall()
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp46 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
54 HILOGI("enter, device: %{public}s, state: %{public}d", GetEncryptAddr((device).GetAddress()).c_str(), state);
55 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
64 HILOGI("enter, device: %{public}s", GetEncryptAddr((device).GetAddress()).c_str());
65 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
83 HILOGI("enter, device: %{public}s, signal: %{public}d", GetEncryptAddr((device).GetAddress()).c_str(), signal);
84 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
92 HILOGI("enter, device: %{public}s, status: %{public}d", GetEncryptAddr((device).GetAddress()).c_str(), status);
93 BluetoothRemoteDevice remoteDevice(device.GetAddress(), 0);
101 HILOGI("enter, device: %{public}s, status: %{public}d", GetEncryptAddr((device).GetAddress())
[all...]
H A Dbluetooth_avrcp_ct.cpp59 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR);
70 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR);
81 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR);
93 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR);
109 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR);
120 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR);
133 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR);
146 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR);
157 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTransport::ADAPTER_BREDR);
169 BluetoothRemoteDevice device(rawAddr.GetAddress(), BTTranspor
[all...]
H A Dbluetooth_gatt_manager.cpp89 result.push_back(BluetoothRemoteDevice(item.addr_.GetAddress(), in GetDevicesByStates()
114 result.push_back(BluetoothRemoteDevice(item.addr_.GetAddress(), in GetConnectedDevices()
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_utils_server.h29 #define GET_ENCRYPT_ADDR(device) (GetEncryptAddr((device).GetAddress()).c_str())
30 #define GET_ENCRYPT_GATT_ADDR(device) (GetEncryptAddr((device).addr_.GetAddress()).c_str())
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_socket_transport.cpp38 tranKey_ = parentTranKey + "-" + remoteBtAddr_.GetAddress(); in ObexSocketTransport()
124 keyStream << "-" << PrivateGetRemoteAddress().GetAddress(); in MakeTransportKey()
313 HILOGI("Create ObexServerIncomingConnect: %{public}s", GetEncryptAddr(btAddr_.GetAddress()).c_str()); in ObexServerIncomingConnect()
324 HILOGI("addr: %{public}s", GetEncryptAddr(btAddr_.GetAddress()).c_str()); in AcceptConnection()
336 HILOGI("addr: %{public}s", GetEncryptAddr(btAddr_.GetAddress()).c_str()); in RejectConnection()
407 tranKey_.c_str(), GetEncryptAddr(it.second->GetRemoteAddress().GetAddress()).c_str()); in Disconnect()
433 HILOGI("Call%{public}s , addr: %{public}s", tranKey_.c_str(), GetEncryptAddr(addr.GetAddress()).c_str()); in AcceptConnection()
441 HILOGI("Call %{public}s , addr: %{public}s", tranKey_.c_str(), GetEncryptAddr(addr.GetAddress()).c_str()); in RejectConnection()
443 if (incomingConnectMap_.find(addr.GetAddress()) != incomingConnectMap_.end()) { in RejectConnection()
445 GetEncryptAddr(addr.GetAddress()) in RejectConnection()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_utils.h32 #define GET_ENCRYPT_RAW_ADDR(rawAddr) (GetEncryptAddr((rawAddr).GetAddress()).c_str())
33 #define GET_ENCRYPT_GATT_ADDR(device) (GetEncryptAddr((device).addr_.GetAddress()).c_str())

Completed in 26 milliseconds

123456