Searched defs:BleAdvertiserIntf (Results 1 – 2 of 2) sorted by relevance
39 BleAdvertiserIntf(BleAdvertiserInterface* adv_intf) : adv_intf_(adv_intf){}; in BleAdvertiserIntf() function
336 type BleAdvertiserIntf; typedef340 unsafe fn GetBleAdvertiserIntf(gatt: *const u8) -> UniquePtr<BleAdvertiserIntf>; in GetBleAdvertiserIntf()342 fn RegisterAdvertiser(self: Pin<&mut BleAdvertiserIntf>); in RegisterAdvertiser()343 fn Unregister(self: Pin<&mut BleAdvertiserIntf>, adv_id: u8); in Unregister()345 fn GetOwnAddress(self: Pin<&mut BleAdvertiserIntf>, adv_id: u8); in GetOwnAddress()347 self: Pin<&mut BleAdvertiserIntf>, in SetParameters()352 self: Pin<&mut BleAdvertiserIntf>, in SetData()358 self: Pin<&mut BleAdvertiserIntf>, in Enable()365 self: Pin<&mut BleAdvertiserIntf>, in StartAdvertising()373 self: Pin<&mut BleAdvertiserIntf>, in StartAdvertisingSet()[all …]