Home
last modified time | relevance | path

Searched refs:LeCommandRejectView (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/l2cap/BluetoothGeneratedPacketsL2cap_h/gen/l2cap/
Dl2cap_packets.h1874LeCommandRejectView : 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() function
1897LeCommandRejectView { 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()
1914LeCommandRejectView { 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 …]