Searched defs:req_code (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
H A D | fake_signaling_channel.cc | 105 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 D | signaling_channel.cc | 54 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 D | fake_signaling_channel.h | 26 #define EXPECT_OUTBOUND_REQ(fake_sig, req_code, req_payload, ...) \ argument
|
/aosp_15_r20/external/autotest/client/common_lib/cros/bluetooth/ |
H A D | bluetooth_sdp_socket.py | 173 def send_request_and_wait(self, req_code, req_data, forced_pdu_size=None): argument
|