fidl_fuchsia_bluetooth_bredr

Trait ConnectionReceiverProxyInterface

Source
pub trait ConnectionReceiverProxyInterface: Send + Sync {
    // Required method
    fn connected(
        &self,
        peer_id: &PeerId,
        channel: Channel,
        protocol: &[ProtocolDescriptor],
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn connected( &self, peer_id: &PeerId, channel: Channel, protocol: &[ProtocolDescriptor], ) -> Result<(), Error>

Implementors§