Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dadvertising_data.cc663 void AdvertisingData::SetAppearance(uint16_t appearance) { in SetAppearance() function in bt::AdvertisingData
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dpeer.h652 void SetAppearance(uint16_t appearance) { appearance_ = appearance; } in SetAppearance() function