Skip to main content

BleConfig

Trait BleConfig 

Source
pub trait BleConfig {
    // Required method
    fn set_tx_power(&self, power: u8) -> Result<(), ErrorCode>;
}

Required Methods§

Source

fn set_tx_power(&self, power: u8) -> Result<(), ErrorCode>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§