Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
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()
Dbredr_signaling_channel.cc33 [](const ByteBuffer& req_payload, Responder* responder) { in BrEdrSignalingChannel()
Dsignaling_channel_test.cc767 SignalingChannel::Responder* responder) { in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dfake_signaling_channel.h26 #define EXPECT_OUTBOUND_REQ(fake_sig, req_code, req_payload, ...) \ argument
93 const BufferView req_payload; member