File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed 
src/rp2_common/pico_btstack Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,13 @@ if (EXISTS ${PICO_BTSTACK_PATH}/${BTSTACK_TEST_PATH})
107107            ENABLE_BLE=1
108108            )
109109
110+     # Added in v1.6.2 
111+     if  (EXISTS  ${PICO_BTSTACK_PATH} /src/hci_event_builder.c)
112+         target_sources (pico_btstack_ble INTERFACE 
113+             ${PICO_BTSTACK_PATH} /src/hci_event_builder.c
114+         )
115+     endif ()
116+ 
110117    pico_add_library(pico_btstack_classic)
111118    target_sources (pico_btstack_classic INTERFACE 
112119        ${PICO_BTSTACK_PATH} /src/classic/a2dp.c
@@ -161,6 +168,13 @@ if (EXISTS ${PICO_BTSTACK_PATH}/${BTSTACK_TEST_PATH})
161168            ENABLE_CLASSIC=1
162169            )
163170
171+     # Added in v1.6.2 
172+     if  (EXISTS  ${PICO_BTSTACK_PATH} /src/classic/obex_srm_client.c)
173+         target_sources (pico_btstack_classic INTERFACE 
174+             ${PICO_BTSTACK_PATH} /src/classic/obex_srm_client.c
175+         )
176+     endif ()
177+ 
164178    pico_add_library(pico_btstack_mesh)
165179    target_sources (pico_btstack_mesh INTERFACE 
166180        ${PICO_BTSTACK_PATH} /src/mesh/adv_bearer.c
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments