Hi!
nRF52, SDK13, S132. I work in central mode and need make
ble_nus_c_rx_notif_enable()
But in the code drivers I only have tx function. In a SDK9 for nRF51 I have same function:
err_code = ble_uart_c_rx_notif_enable(&m_ble_uart_c);
How to call same in the SDK13?