apache / mynewt-nimble

Apache mynewt
https://mynewt.apache.org/
Apache License 2.0
664 stars 384 forks source link

nimble/transport: Fix syscfg definition names for uart_ll transport #1778

Closed bojanpotocnik closed 1 month ago

bojanpotocnik commented 1 month ago

Change BLE_TRANSPORT_UART_* in hci_uart.c to BLE_TRANSPORT_UART_LL_* to match definitions in syscfg.yml.

uart_ll was added by 80ef459c48dd2e938789013da1222438ffa2bf92 (https://github.com/apache/mynewt-nimble/pull/1399) as a copy of existing uart transport. _LL was added to BLE_TRANSPORT_UART_* definitions in syscfg.yml, but not in the hci_uart.c file.

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

bojanpotocnik commented 1 month ago

Thank you for approval, however I have no merge rights

andrzej-kaczmarek commented 1 month ago

I had to wait for CI to complete, merged now. Thanks!