pub type PeripheralStartAdvertisingResult = Result<(), PeripheralError>;Aliased Type§
pub enum PeripheralStartAdvertisingResult {
    Ok(()),
    Err(PeripheralError),
}pub type PeripheralStartAdvertisingResult = Result<(), PeripheralError>;pub enum PeripheralStartAdvertisingResult {
    Ok(()),
    Err(PeripheralError),
}