Fanhang32 opened a new issue, #1669:
URL: https://github.com/apache/mynewt-nimble/issues/1669

   The linux examples failed to run in the latest code
   ```
   bind() failed 16 hci0
   nimble-linux: ../../../nimble/transport/socket/src/ble_hci_socket.c:828: 
ble_hci_sock_init: Assertion `rc == 0' failed.
   Aborted
   ```
   The root cause was `ble_hci_sock_init` duplicated called in 
`ble_transport_ll_init` and linux example code. 
   It was introduced by this PR 
https://github.com/apache/mynewt-nimble/pull/1597.
   
   @sjanc @CW-B-W Could you tell me why we need to initialize 
`ble_transport_ll_init` when use external controller?
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to