apps: Update transport selection method

Transport package should not be included directly.
Instead, nimble/transport should be included and
BLE_HCI_TRANSPORT syscfg value should specify transport,
and this will include correct package.

This commit changes nimble/transport/ram to nimble/transport in
all applications that still have deprecated way of transport
selection.

Default value of BLE_HCI_TRANSPORT is ram so syscfg.yml for
targets does not need to be updated.
This commit is contained in:
Jerzy Kasenberg
2021-12-17 14:12:46 +01:00
committed by kasjer
parent 5b6352364b
commit 8c6f70425b
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ pkg.deps:
- nimble/host
- nimble/host/services/gap
- nimble/host/services/gatt
- nimble/transport/ram
- nimble/transport
pkg.lflags:
- -DFLOAT_SUPPORT