Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Jul 07, 2022
    • Thomas Ebert Hansen's avatar
      Bluetooth: controller: llcp: Fix data pause/resume · 56389269
      Thomas Ebert Hansen authored
      
      llcp_tx_pause_data() calls ull_tx_q_pause_data() for each pause_mask,
      while llcp_tx_resume_data() only calls ull_tx_q_resume_data() when
      conn->llcp.tx_q_pause_data_mask == 0 leading to an unbalanced number of
      calls to ull_tx_q_pause_data()/ull_tx_q_resume_data() which can leave
      the data path of the TX Q paused.
      
      Fix such that only the first call to llcp_tx_pause_data() will pause the
      data path of the TX Q.
      
      Add unit test to verify correct pause/resume behavior.
      
      Signed-off-by: default avatarThomas Ebert Hansen <thoh@oticon.com>
      (cherry picked from commit 154d67d9)
      56389269
  2. Jun 22, 2022
  3. Jun 05, 2022
  4. Jun 03, 2022
Loading