class ConnectedIsochronousGroup

Defined at line 15474 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

Public Methods

void ~ConnectedIsochronousGroup ()
void EstablishStreams (::fuchsia::bluetooth::le::ConnectedIsochronousGroupEstablishStreamsRequest ConnectedIsochronousGroupEstablishStreamsRequest, EstablishStreamsCallback callback)

Connect one or more Isochronous streams. Each CIS is established with the peer specified

in the parameters. On successful initiation of the operation, an OnEstablished() event will

be sent on the IsochronousStream.

On error, no CISes are established and an appropriate `EstablishStreamsError` code will be

returned.

Otherwise, this call returns once each CIS specified has connected.

void Remove ()

Remove this CIG. Associated streams will be closed. This protocol will be closed after

all of the associated streams have closed and the group has been removed.

Protected Methods

void handle_unknown_method (uint64_t ordinal, bool method_has_response)

Friends

class ConnectedIsochronousGroup_Stub