Hi,
I am currently using the nRF logging module to log data from a nRF52832-DK to my laptop via a serial connection. However, I would like to move over to BLE logging for the sake of convenience. I've been looking at the ble_app_uart example for a while, but I'm having trouble applying it to my specific use case.
Instead of calling NRF_LOG_INFO() to send data to my laptop over a serial connection, how can I implement a similar function to send data to my laptop over BLE?
Thanks!