Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
porting/nimble_port: fix controller not initialized
When using external controller, ble_transport_ll_init() was not run because of NIMBLE_CFG_CONTROLLER was not defined. But under current architecture ble_transport_ll_init() should also be run to initialize the communication interface.
- Loading branch information