Embassy
nrf-softdevice

Crates

git

Versions

s112

Flavors

pub trait Service: Sized {
    type Event;

    // Required method
    fn on_write(&self, handle: u16, data: &[u8]) -> Option<Self::Event>;
}

Required Associated Types§

Required Methods§

source

fn on_write(&self, handle: u16, data: &[u8]) -> Option<Self::Event>

Implementors§