Home
last modified time | relevance | path

Searched refs:GetPeerDeviceAddrType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h348 virtual int GetPeerDeviceAddrType(const RawAddress &device) const = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h152 int GetPeerDeviceAddrType(const RawAddress &device) const override;
H A Dble_security.cpp914 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()
H A Dble_adapter.cpp645 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::BleAdapter
1498 addr.type = GetPeerDeviceAddrType(device); in ReadRemoteRssiValue()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp759 …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()