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