pub trait PeerServiceHandle<T: GattTypes> {
// Required methods
fn uuid(&self) -> Uuid;
fn is_primary(&self) -> bool;
fn connect(&self) -> T::ServiceConnectFut;
}
pub trait PeerServiceHandle<T: GattTypes> {
// Required methods
fn uuid(&self) -> Uuid;
fn is_primary(&self) -> bool;
fn connect(&self) -> T::ServiceConnectFut;
}