Home
last modified time | relevance | path

Searched defs:AdvertisementInstance (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dlow_energy_advertising_manager.cc49 AdvertisementInstance::AdvertisementInstance() : id_(kInvalidAdvertisementId) {} in AdvertisementInstance() function in bt::gap::AdvertisementInstance
51 AdvertisementInstance::AdvertisementInstance( in AdvertisementInstance() function in bt::gap::AdvertisementInstance
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
Dlow_energy_advertising_manager.h49 AdvertisementInstance(AdvertisementInstance&& other) { Move(&other); } in AdvertisementInstance() function