pub type HciEmulatorAddBredrPeerResult = Result<(), EmulatorPeerError>;

Aliased Type§

enum HciEmulatorAddBredrPeerResult {
    Ok(()),
    Err(EmulatorPeerError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(EmulatorPeerError)

Contains the error value