Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs375 pub(crate) struct AdvertisingSetInfo { struct
399 impl AdvertisingSetInfo { implementation
485 pub(crate) fn add(&mut self, s: AdvertisingSetInfo) { in add()
526 pub(crate) fn get_mut_by_reg_id(&mut self, reg_id: RegId) -> Option<&mut AdvertisingSetInfo> { in get_mut_by_reg_id()
531 pub(crate) fn get_by_reg_id(&self, reg_id: RegId) -> Option<&AdvertisingSetInfo> { in get_by_reg_id()
539 ) -> Option<&mut AdvertisingSetInfo> { in get_mut_by_advertiser_id()
547 pub(crate) fn get_by_advertiser_id(&self, adv_id: AdvertiserId) -> Option<&AdvertisingSetInfo> { in get_by_advertiser_id()
557 pub(crate) fn remove_by_reg_id(&mut self, reg_id: RegId) -> Option<AdvertisingSetInfo> { in remove_by_reg_id()
567 ) -> Option<AdvertisingSetInfo> { in remove_by_advertiser_id()
585 s: &AdvertisingSetInfo, in get_callback()