I'm using Nrf52840 as the MCU for my circuit board, now I need to use it to transmit audio data which is 16bit, 16KHz PCM format(mono channel, therefore 256 Kbps) to the external device(mobile phone). Is that feasible to implement this with Nrf52840 without audio compression? Does bluetooth 5 of Nrf52850 has the enough bandwidth to do so? If yes, is there any example codes that I can refer to? Thanks in advance.