Home
last modified time | relevance | path

Searched defs:AdvertisingData (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
Dadvertising_data.h37 struct AdvertisingData { struct
39 std::string_view name;
42 Appearance appearance = Appearance::kUnknown;
44 span<const Uuid> service_uuids;
46 span<const ServiceData> service_data;
48 span<const ManufacturerData> manufacturer_data;
58 span<const std::string_view> uris;
62 bool include_tx_power_level = false;
/external/pandora/avatar/avatar/bumble_server/
Dhost.py623 def pack_data_types(self, ad: AdvertisingData) -> DataTypes:
/external/python/bumble/bumble/
Dcore.py626 class AdvertisingData: class