Home
last modified time | relevance | path

Searched defs:ByteBufferPtr (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dphase_3_test.cc406 [&](ByteBufferPtr /*ignore*/) { sent_msg_count++; }, dispatcher()); in TEST_F()
633 [&](ByteBufferPtr /*ignore*/) { sent_msg_count++; }, dispatcher()); in TEST_F()
665 [&](ByteBufferPtr /*ignore*/) { sent_msg_count++; }, dispatcher()); in TEST_F()
727 [&](ByteBufferPtr /*ignore*/) { sent_msg_count++; }, dispatcher()); in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dscoped_channel_test.cc24 void NopRxCallback(ByteBufferPtr) {} in NopRxCallback() argument
H A Dchannel_manager_test.cc66 void NopRxCallback(ByteBufferPtr) {} in NopRxCallback() argument
1132 auto att_rx_cb = [&packet_count](ByteBufferPtr) { packet_count++; }; in TEST_F() argument
1198 auto rx_cb = [&packet_count](ByteBufferPtr) { packet_count++; }; in TEST_F() argument
1235 auto att_rx_cb = [&packet_count](ByteBufferPtr) { packet_count++; }; in TEST_F() argument
2060 auto data_rx_cb = [](ByteBufferPtr) { in TEST_F() argument
H A Dlogical_link_test.cc144 [&](ByteBufferPtr) { rx_count++; }, []() {}); in TEST_F() argument
H A Denhanced_retransmission_mode_rx_engine_test.cc35 void NoOpTxCallback(ByteBufferPtr) {} in NoOpTxCallback() argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Dbyte_buffer.h295 using ByteBufferPtr = std::unique_ptr<ByteBuffer>; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dchannel_manager_mock_controller_test_fixture.h43 static void NopRxCallback(ByteBufferPtr) {} in NopRxCallback() argument