Hello, all
Following this ticket (Configuring ADC sampling rate and simultaneous reading from multiple channels.), I found a great example code that sends readings from multiple ADC channels via ble_nus. To transmit the data, the code concatenates all the ADC readings from all the channels in the same string and sends it using the ble_nus_data_send function.
My question is: is this the best approach for sending the data or would it be faster if we included two different ble_nus tx characteristics in the same service, one for each ADC channel?