Home
last modified time | relevance | path

Searched defs:sdu (Results 1 – 25 of 43) sorted by relevance

12

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dphase_2_secure_connections_test.cc126 static std::pair<Code, UInt128> ExtractCodeAnd128BitCmd(ByteBufferPtr sdu) { in ExtractCodeAnd128BitCmd()
138 [&responder_jw_nc_confirm, this](ByteBufferPtr sdu) { in FastForwardPublicKeyExchange()
266 [&](ByteBufferPtr sdu) { in FastForwardToDhKeyCheckInitiatorJustWorks()
287 [&](ByteBufferPtr sdu) { in FastForwardToDhKeyCheckResponderJustWorks()
389 [this](ByteBufferPtr sdu) { in TEST_F()
497 [&](ByteBufferPtr sdu) { in TEST_F()
535 [&](ByteBufferPtr sdu) { in TEST_F()
556 [&](ByteBufferPtr sdu) { in TEST_F()
584 [&](ByteBufferPtr sdu) { in TEST_F()
628 [&](ByteBufferPtr sdu) { in TEST_F()
[all …]
H A Dphase_3_test.cc143 static std::pair<Code, UInt128> ExtractCodeAnd128BitCmd(ByteBufferPtr sdu) { in ExtractCodeAnd128BitCmd()
153 ByteBufferPtr sdu, in ExpectEncryptionInfo()
169 ByteBufferPtr sdu, in ExpectIdentity()
245 [&](ByteBufferPtr sdu) { sent = std::move(sdu); }, dispatcher()); in TEST_F()
434 [&](ByteBufferPtr sdu) { in TEST_F()
467 [&](ByteBufferPtr sdu) { in TEST_F()
494 [&](ByteBufferPtr sdu) { in TEST_F()
698 [&](ByteBufferPtr sdu) { in TEST_F()
758 [&](ByteBufferPtr sdu) { in TEST_F()
804 [&](ByteBufferPtr sdu) { in TEST_F()
[all …]
H A Dphase_2_legacy_test.cc168 static std::pair<Code, UInt128> ExtractCodeAnd128BitCmd(ByteBufferPtr sdu) { in ExtractCodeAnd128BitCmd()
221 [&](ByteBufferPtr sdu) { in TEST_F()
273 [&](ByteBufferPtr sdu) { in TEST_F()
331 [&](ByteBufferPtr sdu) { in TEST_F()
359 [&](ByteBufferPtr sdu) { sent_sdu = std::move(sdu); }, dispatcher()); in TEST_F()
377 [&](ByteBufferPtr sdu) { in TEST_F()
625 [&](ByteBufferPtr sdu) { in TEST_F()
680 [&](ByteBufferPtr sdu) { in TEST_F()
743 [&](ByteBufferPtr sdu) { in TEST_F()
778 [&](ByteBufferPtr sdu) { in TEST_F()
[all …]
H A Dpairing_channel.cc40 [self](ByteBufferPtr sdu) { in PairingChannel()
70 void PairingChannel::OnRxBFrame(ByteBufferPtr sdu) { in OnRxBFrame()
H A Dpairing_phase_test.cc61 void OnRxBFrame(ByteBufferPtr sdu) override { sdu->Copy(&last_rx_packet_); } in OnRxBFrame()
135 [&msg_sent](ByteBufferPtr sdu) { msg_sent = std::move(sdu); }, in TEST_F()
H A Dsecurity_request_phase_test.cc177 [&message_sent](ByteBufferPtr sdu) { in TEST_F()
195 [&message_sent](ByteBufferPtr sdu) { in TEST_F()
H A Dpacket.cc32 const ByteBufferPtr& sdu) { in ParseSdu()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dcredit_based_flow_control_rx_engine_test.cc58 const ByteBufferPtr sdu = ProcessPayload(payload); in TEST_F() local
78 const ByteBufferPtr sdu = ProcessPayload(payload); in TEST_F() local
96 const ByteBufferPtr sdu = in TEST_F() local
142 const ByteBufferPtr sdu = ProcessPayload(StaticByteBuffer(0)); in TEST_F() local
H A Denhanced_retransmission_mode_rx_engine_test.cc42 const ByteBufferPtr sdu = in TEST() local
56 const ByteBufferPtr sdu = in TEST() local
71 const ByteBufferPtr sdu = in TEST() local
85 const ByteBufferPtr sdu = in TEST() local
H A Dbasic_mode_rx_engine_test.cc32 const auto sdu = BasicModeRxEngine().ProcessPdu( in TEST() local
64 const ByteBufferPtr sdu = in TEST() local
H A Dcredit_based_flow_control_tx_engine.cc121 void CreditBasedFlowControlTxEngine::SegmentSdu(ByteBufferPtr sdu) { in SegmentSdu()
167 std::optional<ByteBufferPtr> sdu = channel().GetNextQueuedSdu(); in ProcessSdus() local
H A Denhanced_retransmission_mode_rx_engine.cc120 auto sdu = ProcessFrame(header, std::move(pdu_to_process)); in ProcessPdu() local
171 auto sdu = std::make_unique<DynamicByteBuffer>(payload_len); in ProcessFrame() local
H A Dfake_channel.cc40 auto sdu = std::make_unique<DynamicByteBuffer>(pdu.length()); in Receive() local
111 bool FakeChannel::Send(ByteBufferPtr sdu) { in Send()
H A Denhanced_retransmission_mode_tx_engine.cc85 std::optional<ByteBufferPtr> sdu = channel().GetNextQueuedSdu(); in NotifySduQueued() local
90 void Engine::ProcessSdu(ByteBufferPtr sdu) { in ProcessSdu()
H A Dchannel.cc265 bool ChannelImpl::Send(ByteBufferPtr sdu) { in Send()
457 ByteBufferPtr sdu = rx_engine_->ProcessPdu(std::move(pdu)); in HandleRxPdu() local
H A Dsignaling_channel.cc44 [self](ByteBufferPtr sdu) { in SignalingChannel()
322 void SignalingChannel::OnRxBFrame(ByteBufferPtr sdu) { in OnRxBFrame()
H A Dchannel_manager_test.cc1038 auto att_rx_cb = [&sdus](ByteBufferPtr sdu) { in TEST_F()
1044 auto smp_rx_cb = [&smp_cb_called](ByteBufferPtr sdu) { in TEST_F()
1135 auto smp_rx_cb = [&smp_cb_called](ByteBufferPtr sdu) { in TEST_F()
1238 auto smp_rx_cb = [&smp_cb_called](ByteBufferPtr sdu) { in TEST_F()
1293 auto att_rx_cb = [&att_rx_cb_count](ByteBufferPtr sdu) { in TEST_F()
1303 auto smp_rx_cb = [&smp_rx_cb_count](ByteBufferPtr sdu) { in TEST_F()
4171 auto rx_cb = [&rx_packets](ByteBufferPtr sdu) { in TEST_F()
H A Dbasic_mode_tx_engine.cc23 std::optional<ByteBufferPtr> sdu = channel().GetNextQueuedSdu(); in NotifySduQueued() local
H A Dbasic_mode_rx_engine.cc23 auto sdu = std::make_unique<DynamicByteBuffer>(pdu.length()); in ProcessPdu() local
H A Dle_signaling_channel.cc32 void LESignalingChannel::DecodeRxUnit(ByteBufferPtr sdu, in DecodeRxUnit()
/aosp_15_r20/external/python/bumble/apps/
Dl2cap_bridge.py133 def on_channel_sdu(self, sdu): argument
188 def on_channel_sdu(sdu): argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_signaling_server.cc25 auto cb = [&](auto conn, auto& sdu) { return HandleSdu(conn, sdu); }; in RegisterWithL2cap()
31 const ByteBuffer& sdu) { in HandleSdu()
H A Dfake_sdp_server.cc38 const ByteBuffer& sdu) { in HandleSdu()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dfake_tx_channel.h37 FakeTxChannel& QueueSdu(ByteBufferPtr sdu) { in QueueSdu()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/
H A Dserver.cc299 ByteBufferPtr sdu) { in AddConnection()
720 std::optional<ByteBufferPtr> Server::HandleRequest(ByteBufferPtr sdu, in HandleRequest()

12