bvdberg commented on code in PR #1243:
URL: https://github.com/apache/mynewt-nimble/pull/1243#discussion_r855196262


##########
nimble/transport/pkg.yml:
##########
@@ -52,9 +52,7 @@ pkg.deps.BLE_MONITOR_RTT:
 
 pkg.init:
     ble_transport_init: 250
-    ble_transport_hs_init:
-        - $after:ble_transport_init
-        - $before:ble_transport_ll_init
+    ble_transport_hs_init: 251

Review Comment:
   That would be nice, but currently all the services use hardcoded (via 
syscfg.h) stages. I could set GAP to be after transport_hs, but then GATT will 
need to be changed, etc etc. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to