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