Searched defs:BleAdvertiserIntf (Results 1 – 2 of 2) sorted by relevance
40 BleAdvertiserIntf(BleAdvertiserInterface* adv_intf) : adv_intf_(adv_intf){}; in BleAdvertiserIntf() function
282 type BleAdvertiserIntf; typedef286 unsafe fn GetBleAdvertiserIntf(gatt: *const u8) -> UniquePtr<BleAdvertiserIntf>; in GetBleAdvertiserIntf()288 fn RegisterAdvertiser(self: Pin<&mut BleAdvertiserIntf>); in RegisterAdvertiser()289 fn Unregister(self: Pin<&mut BleAdvertiserIntf>, adv_id: u8); in Unregister()291 fn GetOwnAddress(self: Pin<&mut BleAdvertiserIntf>, adv_id: u8); in GetOwnAddress()293 self: Pin<&mut BleAdvertiserIntf>, in SetParameters()298 self: Pin<&mut BleAdvertiserIntf>, in SetData()304 self: Pin<&mut BleAdvertiserIntf>, in Enable()311 self: Pin<&mut BleAdvertiserIntf>, in StartAdvertising()319 self: Pin<&mut BleAdvertiserIntf>, in StartAdvertisingSet()[all …]