File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55# SPDX-License-Identifier: Apache-2.0
66
77config BT_EXT_ADV
8- 	bool "Extended Advertising and Scanning support [EXPERIMENTAL]"
9- 	select EXPERIMENTAL
8+ 	bool "Extended Advertising and Scanning support"
109	help
1110	  Select this to enable Extended Advertising API support.
1211	  This enables support for advertising with multiple advertising sets,
Original file line number Diff line number Diff line change @@ -95,7 +95,8 @@ choice BT_LL_CHOICE
9595	  Select the Bluetooth Link Layer to compile.
9696
9797config BT_LL_SW_SPLIT
98- 	bool "Software-based BLE Link Layer"
98+ 	bool "Software-based BLE Link Layer [EXPERIMENTAL]"
99+ 	select EXPERIMENTAL
99100	select ENTROPY_GENERATOR
100101	select NRF_HW_TIMER0_RESERVED
101102	select NRF_HW_RTC0_RESERVED
Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ config BT_L2CAP_DYNAMIC_CHANNEL
4848	  allowing the creation of dynamic L2CAP Channels.
4949
5050config BT_L2CAP_ECRED
51- 	bool "L2CAP Enhanced Credit Based Flow Control support"
51+ 	bool "L2CAP Enhanced Credit Based Flow Control support [EXPERIMENTAL]"
52+ 	select EXPERIMENTAL
5253	depends on BT_L2CAP_DYNAMIC_CHANNEL
5354	help
5455	  This option enables support for LE Connection oriented Channels with
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments