/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/ |
H A D | phase_2_secure_connections_test.cc | 126 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 D | phase_3_test.cc | 143 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 D | phase_2_legacy_test.cc | 168 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 D | pairing_channel.cc | 40 [self](ByteBufferPtr sdu) { in PairingChannel() 70 void PairingChannel::OnRxBFrame(ByteBufferPtr sdu) { in OnRxBFrame()
|
H A D | pairing_phase_test.cc | 61 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 D | security_request_phase_test.cc | 177 [&message_sent](ByteBufferPtr sdu) { in TEST_F() 195 [&message_sent](ByteBufferPtr sdu) { in TEST_F()
|
H A D | packet.cc | 32 const ByteBufferPtr& sdu) { in ParseSdu()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
H A D | credit_based_flow_control_rx_engine_test.cc | 58 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 D | enhanced_retransmission_mode_rx_engine_test.cc | 42 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 D | basic_mode_rx_engine_test.cc | 32 const auto sdu = BasicModeRxEngine().ProcessPdu( in TEST() local 64 const ByteBufferPtr sdu = in TEST() local
|
H A D | credit_based_flow_control_tx_engine.cc | 121 void CreditBasedFlowControlTxEngine::SegmentSdu(ByteBufferPtr sdu) { in SegmentSdu() 167 std::optional<ByteBufferPtr> sdu = channel().GetNextQueuedSdu(); in ProcessSdus() local
|
H A D | enhanced_retransmission_mode_rx_engine.cc | 120 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 D | fake_channel.cc | 40 auto sdu = std::make_unique<DynamicByteBuffer>(pdu.length()); in Receive() local 111 bool FakeChannel::Send(ByteBufferPtr sdu) { in Send()
|
H A D | enhanced_retransmission_mode_tx_engine.cc | 85 std::optional<ByteBufferPtr> sdu = channel().GetNextQueuedSdu(); in NotifySduQueued() local 90 void Engine::ProcessSdu(ByteBufferPtr sdu) { in ProcessSdu()
|
H A D | channel.cc | 265 bool ChannelImpl::Send(ByteBufferPtr sdu) { in Send() 457 ByteBufferPtr sdu = rx_engine_->ProcessPdu(std::move(pdu)); in HandleRxPdu() local
|
H A D | signaling_channel.cc | 44 [self](ByteBufferPtr sdu) { in SignalingChannel() 322 void SignalingChannel::OnRxBFrame(ByteBufferPtr sdu) { in OnRxBFrame()
|
H A D | channel_manager_test.cc | 1038 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 D | basic_mode_tx_engine.cc | 23 std::optional<ByteBufferPtr> sdu = channel().GetNextQueuedSdu(); in NotifySduQueued() local
|
H A D | basic_mode_rx_engine.cc | 23 auto sdu = std::make_unique<DynamicByteBuffer>(pdu.length()); in ProcessPdu() local
|
H A D | le_signaling_channel.cc | 32 void LESignalingChannel::DecodeRxUnit(ByteBufferPtr sdu, in DecodeRxUnit()
|
/aosp_15_r20/external/python/bumble/apps/ |
D | l2cap_bridge.py | 133 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 D | fake_signaling_server.cc | 25 auto cb = [&](auto conn, auto& sdu) { return HandleSdu(conn, sdu); }; in RegisterWithL2cap() 31 const ByteBuffer& sdu) { in HandleSdu()
|
H A D | fake_sdp_server.cc | 38 const ByteBuffer& sdu) { in HandleSdu()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/ |
H A D | fake_tx_channel.h | 37 FakeTxChannel& QueueSdu(ByteBufferPtr sdu) { in QueueSdu()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
H A D | server.cc | 299 ByteBufferPtr sdu) { in AddConnection() 720 std::optional<ByteBufferPtr> Server::HandleRequest(ByteBufferPtr sdu, in HandleRequest()
|