Searched refs:stream_grpc (Results 1 – 3 of 3) sorted by relevance
79 self.evt_rx.stream_grpc(ctx, sink); in stream_events()83 self.acl_rx.stream_grpc(ctx, sink); in stream_acl()91 self.iso_rx.stream_grpc(ctx, sink); in stream_iso()
128 self.evt_rx.stream_grpc(ctx, sink); in stream_events()137 self.le_evt_rx.stream_grpc(ctx, sink); in stream_le_subevents()141 self.acl_rx.stream_grpc(ctx, sink); in stream_acl()
37 pub fn stream_grpc(&mut self, ctx: RpcContext<'_>, mut sink: ServerStreamingSink<Data>) { in stream_grpc() method