Home
last modified time | relevance | path

Searched refs:SyncRandomAddress (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h100 int32_t SyncRandomAddress(const std::string &realAddr, const std::string &randomAddr) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h125 … virtual int32_t SyncRandomAddress(const std::string &realAddr, const std::string &randomAddr) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h122 int32_t SyncRandomAddress(const std::string &realAddr, const std::string &randomAddr) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp568 proxy->SyncRandomAddress(stagingRealAddr_, stagingRandomAddr_); in SyncRandomAddrToService()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1552 int32_t BluetoothHostProxy::SyncRandomAddress(const std::string &realAddr, const std::string &rando… in SyncRandomAddress() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1817 int32_t BluetoothHostServer::SyncRandomAddress(const std::string &realAddr, const std::string &rand… in SyncRandomAddress() function in OHOS::Bluetooth::BluetoothHostServer