Function nrf_softdevice::ble::gatt_server::run
source · pub async fn run<'m, F, S>(
conn: &Connection,
server: &S,
f: F
) -> Result<(), RunError>where
F: FnMut(S::Event),
S: Server,
pub async fn run<'m, F, S>(
conn: &Connection,
server: &S,
f: F
) -> Result<(), RunError>where
F: FnMut(S::Event),
S: Server,