Searched refs:_send_s_frame (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | enhanced_retransmission_mode_channel_data_controller.cc | 632 void _send_s_frame(SupervisoryFunction s, uint8_t req_seq, Poll p, Final f) { in _send_s_frame() function 643 _send_s_frame(SupervisoryFunction::RECEIVER_READY, expected_tx_seq_, p, Final::NOT_SET); in send_rr() 647 _send_s_frame(SupervisoryFunction::RECEIVER_READY, expected_tx_seq_, Poll::NOT_SET, f); in send_rr() 651 _send_s_frame(SupervisoryFunction::RECEIVER_NOT_READY, expected_tx_seq_, p, Final::NOT_SET); in send_rnr() 655 _send_s_frame(SupervisoryFunction::RECEIVER_NOT_READY, expected_tx_seq_, Poll::NOT_SET, f); in send_rnr() 660 _send_s_frame(SupervisoryFunction::REJECT, expected_tx_seq_, p, f); in send_rej() 665 _send_s_frame(SupervisoryFunction::RECEIVER_NOT_READY, buffer_seq_, p, f); in send_rr_or_rnr() 667 _send_s_frame(SupervisoryFunction::RECEIVER_READY, buffer_seq_, p, f); in send_rr_or_rnr()
|