Home
last modified time | relevance | path

Searched defs:receive_seq_num_callback (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Denhanced_retransmission_mode_rx_engine_test.cc361 auto receive_seq_num_callback = [&receive_seq_num, &receive_is_poll_response]( in TEST() local
614 auto receive_seq_num_callback = [&](uint8_t seq_num, bool is_poll_response) { in TEST() local
645 auto receive_seq_num_callback = [&](uint8_t seq_num, bool is_poll_response) { in TEST() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Denhanced_retransmission_mode_rx_engine.h48 ReceiveSeqNumCallback receive_seq_num_callback) { in set_receive_seq_num_callback()