Home
last modified time | relevance | path

Searched refs:SendRemoteUuidChanged (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h832 void SendRemoteUuidChanged(const RawAddress &device, const std::vector<Uuid> &uuids) const;
H A Dclassic_adapter.cpp1469 SendRemoteUuidChanged(RawAddress(remote->GetAddress()), uuids); in SaveRemoteDeviceUuids()
1737 void ClassicAdapter::SendRemoteUuidChanged(const RawAddress &device, const std::vector<Uuid> &uuids… in SendRemoteUuidChanged() function in OHOS::bluetooth::ClassicAdapter