template <class Storage>

class GenericLECISRequestSubeventView

Defined at line 95511 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

Public Methods

void GenericLECISRequestSubeventView<Storage> ()

Defined at line 95513 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

void GenericLECISRequestSubeventView<Storage> (Storage emboss_reserved_local_bytes)

Defined at line 95514 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

template <typename OtherStorage>
void GenericLECISRequestSubeventView<Storage> (const GenericLECISRequestSubeventView<OtherStorage> & emboss_reserved_local_other)

Defined at line 95520 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

template <typename Arg, typename = typename ::std::enable_if<
                                    !EmbossReservedInternalIsGenericLECISRequestSubeventView<
                                        typename ::std::remove_cv<typename ::std::remove_reference<
                                            Arg>::type>::type>::value>::type>
void GenericLECISRequestSubeventView<Storage> (Arg && emboss_reserved_local_arg)

Defined at line 95530 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

template <typename Arg0, typename Arg1, typename... Args>
void GenericLECISRequestSubeventView<Storage> (Arg0 && emboss_reserved_local_arg0, Arg1 && emboss_reserved_local_arg1, Args &&... emboss_reserved_local_args)

Defined at line 95536 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

template <typename OtherStorage>
GenericLECISRequestSubeventView<Storage> & operator= (const GenericLECISRequestSubeventView<OtherStorage> & emboss_reserved_local_other)

Defined at line 95546 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

bool Ok ()

Defined at line 95554 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

Storage BackingStorage ()

Defined at line 95592 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

bool IsComplete ()

Defined at line 95593 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

::std::size_t SizeInBytes ()

Defined at line 95599 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

bool SizeIsKnown ()

Defined at line 95602 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

template <typename OtherStorage>
bool Equals (GenericLECISRequestSubeventView<OtherStorage> emboss_reserved_local_other)

Defined at line 95608 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

template <typename OtherStorage>
bool UncheckedEquals (GenericLECISRequestSubeventView<OtherStorage> emboss_reserved_local_other)

Defined at line 95697 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

template <typename OtherStorage>
void UncheckedCopyFrom (GenericLECISRequestSubeventView<OtherStorage> emboss_reserved_local_other)

Defined at line 95771 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

template <typename OtherStorage>
void CopyFrom (GenericLECISRequestSubeventView<OtherStorage> emboss_reserved_local_other)

Defined at line 95779 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

template <typename OtherStorage>
bool TryToCopyFrom (GenericLECISRequestSubeventView<OtherStorage> emboss_reserved_local_other)

Defined at line 95786 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

bool IsAggregate ()

Defined at line 95795 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

EmbossReservedDollarVirtualIntrinsicSizeInBytesView IntrinsicSizeInBytes ()

Defined at line 95863 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

::emboss::support::Maybe<bool> has_IntrinsicSizeInBytes ()

Defined at line 95866 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

EmbossReservedDollarVirtualMaxSizeInBytesView MaxSizeInBytes ()

Defined at line 95898 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

::emboss::support::Maybe<bool> has_MaxSizeInBytes ()

Defined at line 95901 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

EmbossReservedDollarVirtualMinSizeInBytesView MinSizeInBytes ()

Defined at line 95933 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

::emboss::support::Maybe<bool> has_MinSizeInBytes ()

Defined at line 95936 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

typename ::pw::bluetooth::emboss::GenericLEMetaEventView<typename Storage::template OffsetStorageType<0, 0>> le_meta_event ()

Defined at line 151171 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

::emboss::support::Maybe<bool> has_le_meta_event ()

Defined at line 151200 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

typename ::emboss::prelude::UIntView< ::emboss::support::FixedSizeViewParameters<16, LECISRequestSubevent::EmbossReservedValidatorForAclConnectionHandle>, typename ::emboss::support::BitBlock< ::emboss::support::LittleEndianByteOrderer<typename Storage::template OffsetStorageType<0, 3>>, 16>> acl_connection_handle ()

Defined at line 151207 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

::emboss::support::Maybe<bool> has_acl_connection_handle ()

Defined at line 151242 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

typename ::emboss::prelude::UIntView< ::emboss::support::FixedSizeViewParameters<16, LECISRequestSubevent::EmbossReservedValidatorForCisConnectionHandle>, typename ::emboss::support::BitBlock< ::emboss::support::LittleEndianByteOrderer<typename Storage::template OffsetStorageType<0, 5>>, 16>> cis_connection_handle ()

Defined at line 151249 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

::emboss::support::Maybe<bool> has_cis_connection_handle ()

Defined at line 151284 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

typename ::emboss::prelude::UIntView< ::emboss::support::FixedSizeViewParameters<8, LECISRequestSubevent::EmbossReservedValidatorForCigId>, typename ::emboss::support::BitBlock< ::emboss::support::LittleEndianByteOrderer<typename Storage::template OffsetStorageType<0, 7>>, 8>> cig_id ()

Defined at line 151291 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

::emboss::support::Maybe<bool> has_cig_id ()

Defined at line 151326 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

typename ::emboss::prelude::UIntView< ::emboss::support::FixedSizeViewParameters<8, LECISRequestSubevent::EmbossReservedValidatorForCisId>, typename ::emboss::support::BitBlock< ::emboss::support::LittleEndianByteOrderer<typename Storage::template OffsetStorageType<0, 8>>, 8>> cis_id ()

Defined at line 151333 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

::emboss::support::Maybe<bool> has_cis_id ()

Defined at line 151368 of file gen/third_party/pigweed/src/pw_bluetooth/public/pw_bluetooth/hci_events.emb.h

Records

Friends

template <class OtherStorage>
class GenericLECISRequestSubeventView