fidl_fuchsia_bluetooth_hfp_test

Trait HfpTestProxyInterface

Source
pub trait HfpTestProxyInterface: Send + Sync {
    // Required methods
    fn battery_indicator(&self, level: u8) -> Result<(), Error>;
    fn set_connection_behavior(
        &self,
        behavior: &ConnectionBehavior,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn battery_indicator(&self, level: u8) -> Result<(), Error>

Source

fn set_connection_behavior( &self, behavior: &ConnectionBehavior, ) -> Result<(), Error>

Implementors§