Home
last modified time | relevance | path

Searched refs:CreateChannelResponseView (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.h1592CreateChannelResponseView : public ControlView { public:static CreateChannelResponseView Create(Co… in CreateOptional()
1594CreateChannelResponseView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::… in CreateOptional()
1614 explicit CreateChannelResponseView(ControlView parent) : ControlView(std::move(parent)) { was_valid… in CreateOptional() function
3809 static std::unique_ptr<CreateChannelResponseBuilder> FromView(CreateChannelResponseView view) {if (… in Create()
3830 …reBytes(std::vector<uint8_t> captured_packet) {CreateChannelResponseView view = CreateChannelRespo…
3833 … vec = std::vector<uint8_t>(data, data + size);CreateChannelResponseView view = CreateChannelRespo…