Trait nrf5x::ble_advertising_hil::BleConfig [] [src]

pub trait BleConfig {
    fn set_tx_power(&self, power: u8) -> ReturnCode;
}

Required Methods

Implementors