pub struct Ble {}
Expand description
BLE Module Function Handling
Implementations
sourceimpl Ble
impl Ble
sourcepub fn cli(command: &str)
pub fn cli(command: &str)
CLI command interpretation
The CLI commands of BLE module are processed here
sourcefn print_info(info: InfoResponse)
fn print_info(info: InfoResponse)
Print BLE module information
sourcefn print_discovered(discovered: DiscoveredResponse)
fn print_discovered(discovered: DiscoveredResponse)
Print Discovered BLE Nodes
Auto Trait Implementations
impl RefUnwindSafe for Ble
impl Send for Ble
impl Sync for Ble
impl Unpin for Ble
impl UnwindSafe for Ble
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more