Searched refs:GetPeerDeviceAddrType (Results 1 – 5 of 5) sorted by relevance
348 virtual int GetPeerDeviceAddrType(const RawAddress &device) const = 0;
152 int GetPeerDeviceAddrType(const RawAddress &device) const override;
914 uint8_t peerAddrType = (uint8_t)bleAdapter_->GetPeerDeviceAddrType(device); in SetDevicePasskey()931 uint8_t peerAddrType = (uint8_t)bleAdapter_->GetPeerDeviceAddrType(device); in SetUserConfirm()946 uint8_t peerAddrType = (uint8_t)bleAdapter_->GetPeerDeviceAddrType(device); in CancelPairing()
645 uint8_t peerAddrType = GetPeerDeviceAddrType(RawAddress(device.GetAddress())); in StartPair()868 int addrType = GetPeerDeviceAddrType(device); in PairRequestReply()1114 int BleAdapter::GetPeerDeviceAddrType(const RawAddress &device) const in GetPeerDeviceAddrType() function in OHOS::bluetooth::BleAdapter1498 addr.type = GetPeerDeviceAddrType(device); in ReadRemoteRssiValue()
759 …if (adapter != nullptr && adapter->GetPeerDeviceAddrType(device.Info().addr_) <= BLE_ADDR_TYPE_RAN… in DoConnect()761 … device.Info().addressType_ = addr.type = adapter->GetPeerDeviceAddrType(device.Info().addr_); in DoConnect()