Home
last modified time | relevance | path

Searched defs:req_payload (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dfake_signaling_channel.cc165 BufferView req_payload, in AddOutbound()
177 const ByteBuffer& req_payload, in ReceiveExpect()
184 CommandCode req_code, const ByteBuffer& req_payload) { in ReceiveExpectRejectNotUnderstood()
191 const ByteBuffer& req_payload, in ReceiveExpectRejectInvalidChannelId()
225 const ByteBuffer& req_payload, in ReceiveExpectInternal()
H A Dbredr_signaling_channel.cc32 [](const ByteBuffer& req_payload, Responder* responder) { in BrEdrSignalingChannel()
H A Dsignaling_channel_test.cc766 SignalingChannel::Responder* responder) { in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dfake_signaling_channel.h26 #define EXPECT_OUTBOUND_REQ(fake_sig, req_code, req_payload, ...) \ argument
93 const BufferView req_payload; member