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>

Implementors§

impl BleConfig for Ble<'_>

impl BleConfig for Radio<'_>