Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth: Controller: Add LL_ASSERT_OVERHEAD define #59801

Merged

Commits on Jun 27, 2023

  1. Bluetooth: Controller: Add -ECANCELED on return from lll_preempt_calc

    Add -ECANCELED on return from lll_preempt_calc so that
    assert check can be placed in the prepare callbacks of the
    state/role implementations.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    51e8225 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Bluetooth: Controller: Move EVENT_OVERHEAD_START_US verbose assertion

    Move the EVENT_OVERHEAD_START_US verbose assertion to each
    state/role LLL implementation so that correct state/role
    that is delayed is conveyed in the assertion message.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c9dbb26 View commit details
    Browse the repository at this point in the history
  2. Bluetooth: Controller: Fix Connected ISO for aborted prepare

    Fix Connected ISO implementation to correctly handle SN,
    NESN and payload_count when prepare callback is aborted due
    to CPU overhead related latencies.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3cfa10f View commit details
    Browse the repository at this point in the history
  3. Bluetooth: Controller: Add LL_ASSERT_OVERHEAD define

    Add LL_ASSERT_OVERHEAD define to reuse the assertion check
    related to increase in actual EVENT_OVERHEAD_START_US value.
    
    Introduce Kconfig option to permit radio event be skipped
    when increased prepare callback latencies are measured,
    instead of assertion.
    
    Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
    cvinayak committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    268c1c9 View commit details
    Browse the repository at this point in the history