[][src]Trait bluetooth_mesh::bearer::BeaconBearer

pub trait BeaconBearer<'sink> {
    fn send_beacon(&self, beacon: &BeaconPDU) -> Result<(), BearerError>;
fn take_beacon_sink(&'sink mut self, sink: &'sink dyn BeaconSink); }

Required methods

fn send_beacon(&self, beacon: &BeaconPDU) -> Result<(), BearerError>

fn take_beacon_sink(&'sink mut self, sink: &'sink dyn BeaconSink)

Loading content...

Implementors

Loading content...