L2CAP: Update remote tx_window during channel configuration
* Update tx_window as transmit window in configuration request from remote. * Fix logic of checking valid f bit, f bit should be valid only if: 1. tx_state is in XMIT and f not set 2. tx_state is in WAIT_F and f set to POLL_RESPONSE * Add follwoing test cases in simple_l2cap_cert: test_resume_transmitting_when_received_rr test_resume_transmitting_when_acknowledge_previously_sent test_respond_to_rej test_handle_duplicate_srej test_handle_Receipt_rej_and_rr_with_f_set test_handle_rej_and_i_frame_with_f_set * Add following test case in pts_l2cap_test: test_L2CAP_ERM_BV_05_C test_L2CAP_ERM_BV_06_C test_L2CAP_ERM_BV_13_C test_L2CAP_ERM_BI_03_C test_L2CAP_ERM_BI_04_C test_L2CAP_ERM_BI_05_C Bug: 149182548 Test: run_cert.sh Change-Id: I0828e570017b954980f23912937e36524814a0f6
Loading
Please register or sign in to comment