im thinking of making an app that sends two separate bytevalues to the app. like- lets say im using an nrf52840 sense and i want to use its thermosensor AND its microphone at the same time and want to receive both information from the arduino and store it in google drive. im familiar with storing files on google drive now but is it possiible? to save audio recording taken from the nrf? i was thinking of using multiple uuids but bluetoothle has only one charuuid input
and i think if i put the other uuid like audiouuid in charuuid for registering bytes AND a different one for detecting stuff on thermosensor, it would not work. how does one overcome multiple functions being performed by bluetooth module?