Searched refs:_send_s_frame (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/internal/ |
D | enhanced_retransmission_mode_channel_data_controller.cc | 634 void _send_s_frame(SupervisoryFunction s, uint8_t req_seq, Poll p, Final f) { in _send_s_frame() function 645 _send_s_frame(SupervisoryFunction::RECEIVER_READY, expected_tx_seq_, p, Final::NOT_SET); in send_rr() 649 _send_s_frame(SupervisoryFunction::RECEIVER_READY, expected_tx_seq_, Poll::NOT_SET, f); in send_rr() 653 _send_s_frame(SupervisoryFunction::RECEIVER_NOT_READY, expected_tx_seq_, p, Final::NOT_SET); in send_rnr() 657 _send_s_frame(SupervisoryFunction::RECEIVER_NOT_READY, expected_tx_seq_, Poll::NOT_SET, f); in send_rnr() 662 _send_s_frame(SupervisoryFunction::REJECT, expected_tx_seq_, p, f); in send_rej() 667 _send_s_frame(SupervisoryFunction::RECEIVER_NOT_READY, buffer_seq_, p, f); in send_rr_or_rnr() 669 _send_s_frame(SupervisoryFunction::RECEIVER_READY, buffer_seq_, p, f); in send_rr_or_rnr()
|