I need to transfer large amount of data from Android app at 2 mbps (it seems that bitrates about something like 1300 kbps are achievable) to nRF5340 device.
Data is audio, it will be capture using Sound Capture API, encoded with something like LC3plus, transferred over BLE 2M PHY to network core, when to application core, decoded and to I2S device.
Does some examples what can help me with my goal available (i.e. 2M phy transfer to/from Android (with Android app sources if possible), data transfer between cores, PCM output etc).
Can I also have some configuration packets transferred over BLE and DFU (not at the same time)?
Does I2S of nRF5340 support transferring 24/32 bit samples?