Question regarding performing multiple functions with a bluetooth device

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

like this
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?

That's why the event block gives you the incoming uuids in addition to the byte values.

So you can test them message by message.

Forget that global flag test.

...i dont understand or maybe im not sure if you understood my question kinda?
i have two uuids for two different performing functions right



would this work if i put register for bytes twice like that with two different charuuids? or what is the workaround if there isnt

It looks reasonable.

Try it.