You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function ble_ll_data_buffer_overflow() and ble_ll_hw_error() are executed
from host code, but those are controller functions. They would only work
when host and controller runs on same CPU.
In bridge build when controller code can't be executed this way two transports
(nrf5340/dialog_cmac) provide those functions so UART can be used in bridge
configuration.
This is just workaround till functions are implemented or other way of signaling
those errors is established.
0 commit comments