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