Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/common/public/pw_bluetooth_sapphire/internal/host/common/
Dadvertising_data.h348 const std::unordered_map<UUIDElemSize, BoundedUuids> kEmptyServiceUuidMap = { variable
363 kEmptyServiceUuidMap;
366 kEmptyServiceUuidMap;
/external/pigweed/pw_bluetooth_sapphire/host/common/
Dadvertising_data.cc189 service_uuids_ = std::exchange(other.service_uuids_, kEmptyServiceUuidMap); in operator =()
191 std::exchange(other.solicitation_uuids_, kEmptyServiceUuidMap); in operator =()