Searched defs:BleAdvertiserIntf (Results 1 – 2 of 2) sorted by relevance
34 BleAdvertiserIntf(::BleAdvertiserInterface* adv_intf) : adv_intf_(adv_intf) {} in BleAdvertiserIntf() function
308 type BleAdvertiserIntf; typedef317 unsafe fn GetBleAdvertiserIntf(gatt: *const u8) -> UniquePtr<BleAdvertiserIntf>; in GetBleAdvertiserIntf()319 fn RegisterAdvertiser(self: Pin<&mut BleAdvertiserIntf>); in RegisterAdvertiser()320 fn Unregister(self: Pin<&mut BleAdvertiserIntf>, adv_id: u8); in Unregister()322 fn GetOwnAddress(self: Pin<&mut BleAdvertiserIntf>, adv_id: u8); in GetOwnAddress()324 self: Pin<&mut BleAdvertiserIntf>, in SetParameters()329 self: Pin<&mut BleAdvertiserIntf>, in SetData()335 self: Pin<&mut BleAdvertiserIntf>, in Enable()342 self: Pin<&mut BleAdvertiserIntf>, in StartAdvertising()350 self: Pin<&mut BleAdvertiserIntf>, in StartAdvertisingSet()[all …]