apache / mynewt-nimble

Apache mynewt
https://mynewt.apache.org/
Apache License 2.0
680 stars 392 forks source link

porting/linux: fix ble_hci_sock_init assertion #1670

Closed Fanhang32 closed 8 months ago

Fanhang32 commented 8 months ago

Since HCI socket was initialized by ble_transport_ll_init in LL side, we should remove ble_hci_sock_init from example apps.

Fixes:https://github.com/apache/mynewt-nimble/issues/1669

Fanhang32 commented 8 months ago

@sjanc @CW-B-W @andrzej-kaczmarek FYI