Searched refs:LeCommandRejectView (Results 1 – 1 of 1) sorted by relevance
1874 …LeCommandRejectView : public LeControlView { public:static LeCommandRejectView Create(LeControlVie… in CreateOptional()1876 …atic LeCommandRejectView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()1894 explicit LeCommandRejectView(LeControlView parent) : LeControlView(std::move(parent)) { was_validat… in CreateOptional() function1897 …LeCommandRejectView { public:static LeCommandRejectNotUnderstoodView Create(LeCommandRejectView pa… in CreateOptional()1899 …r<uint8_t>>(bytes);return LeCommandRejectNotUnderstoodView::Create(LeCommandRejectView::Create(LeC… in CreateOptional()1903 if (!LeCommandRejectView::Validate()) { in CreateOptional()1911 explicit LeCommandRejectNotUnderstoodView(LeCommandRejectView parent) : LeCommandRejectView(std::mo… in CreateOptional()1914 …LeCommandRejectView { public:static LeCommandRejectMtuExceededView Create(LeCommandRejectView pare… in CreateOptional()1916 …tor<uint8_t>>(bytes);return LeCommandRejectMtuExceededView::Create(LeCommandRejectView::Create(LeC… in CreateOptional()1921 if (!LeCommandRejectView::Validate()) { in CreateOptional()[all …]