Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dfake_signaling_channel.cc105 bool FakeSignalingChannel::SendRequest(CommandCode req_code, in SendRequest()
156 void FakeSignalingChannel::ServeRequest(CommandCode req_code, in ServeRequest()
164 CommandCode req_code, in AddOutbound()
176 void FakeSignalingChannel::ReceiveExpect(CommandCode req_code, in ReceiveExpect()
184 CommandCode req_code, const ByteBuffer& req_payload) { in ReceiveExpectRejectNotUnderstood()
190 CommandCode req_code, in ReceiveExpectRejectInvalidChannelId()
224 void FakeSignalingChannel::ReceiveExpectInternal(CommandCode req_code, in ReceiveExpectInternal()
H A Dsignaling_channel.cc54 bool SignalingChannel::SendRequest(CommandCode req_code, in SendRequest()
91 void SignalingChannel::ServeRequest(CommandCode req_code, RequestDelegate cb) { in ServeRequest()
/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
/aosp_15_r20/external/autotest/client/common_lib/cros/bluetooth/
H A Dbluetooth_sdp_socket.py173 def send_request_and_wait(self, req_code, req_data, forced_pdu_size=None): argument