Home
last modified time | relevance | path

Searched defs:Advertisement (Results 1 – 6 of 6) sorted by relevance

/external/python/bumble/apps/
Dauracast.py86 def update(self, advertisement: bumble.device.Advertisement) -> None:
276 def on_advertisement(self, advertisement: bumble.device.Advertisement) -> None:
294 self, name: str, advertisement: bumble.device.Advertisement
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/
Dperipheral.h86 Advertisement(bt::gap::AdvertisementInstance&& instance, in Advertisement() function
/external/python/bumble/rust/src/wrapper/device/
Dmod.rs602 pub struct Advertisement(PyObject); struct
604 impl Advertisement { impl
/external/autotest/client/cros/bluetooth/
Dadvertisement.py33 class Advertisement: class
/external/rust/beto-rust/nearby/presence/np_ffi_core/src/serialize/
Dv1.rs168 Advertisement(np_adv_dynamic::extended::BoxedAdvBuilder), enumerator
/external/python/bumble/bumble/
Ddevice.py287 class Advertisement: class