Home
last modified time | relevance | path

Searched refs:CreateChannelRequestView (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.h1569CreateChannelRequestView : public ControlView { public:static CreateChannelRequestView Create(Cont… in CreateOptional()
1571CreateChannelRequestView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
1589 explicit CreateChannelRequestView(ControlView parent) : ControlView(std::move(parent)) { was_valida… in CreateOptional() function
3774 static std::unique_ptr<CreateChannelRequestBuilder> FromView(CreateChannelRequestView view) {if (!v… in Create()
3795 …areBytes(std::vector<uint8_t> captured_packet) {CreateChannelRequestView view = CreateChannelReque…
3798 …o vec = std::vector<uint8_t>(data, data + size);CreateChannelRequestView view = CreateChannelReque…