//! Bluetooth common library /// Provides runtime configured-at-startup flags pub mod init_flags; mod logging; pub use logging::*;