- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8.2k
Add sending multiple CTE with periodic advertising chains #36585
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
          
     Merged
      
      
            cfriedt
  merged 14 commits into
  zephyrproject-rtos:main
from
ppryga-nordic:github-ble-df-aux-chain-tx-cte
  
      
      
   
  Aug 8, 2021 
      
    
  
     Merged
                    Changes from all commits
      Commits
    
    
            Show all changes
          
          
            14 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      06266bf
              
                Bluetooth: controller: Add conf max num of PDUs with CTE in per adv c…
              
              
                ppryga-nordic 998345f
              
                Bluetooth: controller: Make per. adv. PDUs count related to max CTE num
              
              
                ppryga-nordic 0639afa
              
                Bluetooth: controller: radio: Add back2back TX switch after PHYEND event
              
              
                ppryga-nordic 58dee79
              
                Bluetooth: controller: df: Add const to antenna patterns pointer
              
              
                ppryga-nordic a25994b
              
                Bluetooth: controller: LLL: Add peek extra_data related with lll_adv_…
              
              
                ppryga-nordic 81f4ed0
              
                Bluetooth: controller: LLL: Add CTE confing for per. adv. chain TX
              
              
                ppryga-nordic e7efb85
              
                Bluetooth: controller: ULL: Make API for per adv sync PDU change global
              
              
                ppryga-nordic 5aee904
              
                Bluetooth: controller: ULL: ull_adv_sync_hdr_set_clear update PDU in …
              
              
                ppryga-nordic a58854d
              
                Bluetooth: controller: ULL: Add sending of number of CTEs in per adv …
              
              
                ppryga-nordic e4c3909
              
                Bluetooth: controller: Add macro with minimum allowed adv. PDU size
              
              
                ppryga-nordic 81a4474
              
                Bluetooth: controller: Add release of chains when get latest adv pdu
              
              
                ppryga-nordic f3203c4
              
                Bluetooth: controller: ULL: Add handling of chains in disable CTE
              
              
                ppryga-nordic 7401991
              
                tests: Bluetooth: df: Add tests for use of CTE in per adv chains
              
              
                ppryga-nordic 2010fd1
              
                Bluetooth: controller: remove warning about defined bvt unused function
              
              
                ppryga-nordic File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
        
          
          
            13 changes: 13 additions & 0 deletions
          
          13 
        
  subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/radio_internal.h
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| /* | ||
| * Copyright (c) 2021 Nordic Semiconductor ASA | ||
| * | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|  | ||
| #define SW_SWITCH_RX 0 | ||
| #define SW_SWITCH_TX 1 | ||
| #define SW_SWITCH_PHY_1M 0 | ||
| #define SW_SWITCH_FLAGS_DONTCARE 0 | ||
|         
                  Thalley marked this conversation as resolved.
              Outdated
          
            Show resolved
            Hide resolved | ||
|  | ||
| void sw_switch(uint8_t dir_curr, uint8_t dir_next, uint8_t phy_curr, uint8_t flags_curr, | ||
| uint8_t phy_next, uint8_t flags_next); | ||
|         
                  Thalley marked this conversation as resolved.
              Outdated
          
            Show resolved
            Hide resolved | ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.