Home
last modified time | relevance | path

Searched refs:GetRandomAddress (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_utils.h71 static void GetRandomAddress(std::vector<uint8_t> &addr, bool isNonResPriAddr);
H A Dble_utils.cpp73 void BleUtils::GetRandomAddress(std::vector<uint8_t> &addr, bool isNonResPriAddr) in GetRandomAddress() function in OHOS::bluetooth::BleUtils
H A Dble_adapter.cpp460 BleUtils::GetRandomAddress(vec, false); in SetLocalIrkAndIdentityAddrToBtm()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h748 int GetRandomAddress(const std::string &realAddr, std::string &randomAddr) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h99 int32_t GetRandomAddress(const std::string &realAddr, std::string &randomAddr) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h124 virtual int32_t GetRandomAddress(const std::string &realAddr, std::string &randomAddr) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h121 int32_t GetRandomAddress(const std::string &realAddr, std::string &randomAddr) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1149 int BluetoothHost::GetRandomAddress(const std::string &realAddr, std::string &randomAddr) const in GetRandomAddress() function in OHOS::Bluetooth::BluetoothHost
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1530 int32_t BluetoothHostProxy::GetRandomAddress(const std::string &realAddr, std::string &randomAddr) in GetRandomAddress() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1812 int32_t BluetoothHostServer::GetRandomAddress(const std::string &realAddr, std::string &randomAddr) in GetRandomAddress() function in OHOS::Bluetooth::BluetoothHostServer