Home
last modified time | relevance | path

Searched refs:stringUuids (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp897 std::vector<std::string> stringUuids; in GetLocalSupportedUuids() local
898 proxy->GetLocalSupportedUuids(stringUuids); in GetLocalSupportedUuids()
900 for (auto uuid : stringUuids) { in GetLocalSupportedUuids()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp228 std::vector<std::string> stringUuids; in UpdateSupportedUuids() local
229 IProfileManager::GetInstance()->GetProfileServicesSupportedUuids(stringUuids); in UpdateSupportedUuids()
233 for (auto &value : stringUuids) { in UpdateSupportedUuids()

Completed in 7 milliseconds