Searched defs:BleAdvertiserIntf (Results 1 – 2 of 2) sorted by relevance
34 BleAdvertiserIntf(BleAdvertiserInterface* adv_intf) : adv_intf_(adv_intf){}; in BleAdvertiserIntf() function
311 type BleAdvertiserIntf; typedef320 unsafe fn GetBleAdvertiserIntf(gatt: *const u8) -> UniquePtr<BleAdvertiserIntf>; in GetBleAdvertiserIntf()322 fn RegisterAdvertiser(self: Pin<&mut BleAdvertiserIntf>); in RegisterAdvertiser()323 fn Unregister(self: Pin<&mut BleAdvertiserIntf>, adv_id: u8); in Unregister()325 fn GetOwnAddress(self: Pin<&mut BleAdvertiserIntf>, adv_id: u8); in GetOwnAddress()327 self: Pin<&mut BleAdvertiserIntf>, in SetParameters()332 self: Pin<&mut BleAdvertiserIntf>, in SetData()338 self: Pin<&mut BleAdvertiserIntf>, in Enable()345 self: Pin<&mut BleAdvertiserIntf>, in StartAdvertising()353 self: Pin<&mut BleAdvertiserIntf>, in StartAdvertisingSet()[all …]