How many block register for floats can app inventor use?

Hello i have a question about the BLE EXTENSION for app inventor , what is the maximum number of blocks " REGISTER FOR FLOATS " that app inventor can use ? im programing an app that uses around 20 of this Blocks for reading 20 input sensors from arduino , but when i compile the app and use it the app only register 15 Blocks and the other 5 are ignored by app inventor .

i cant find any reference or information about the BLOCKS LIMITS that APP INVENTOR USE FROM BLE EXTENSION : http://iot.appinventor.mit.edu/#/bluetoothle/bluetoothleintro

Why register 15 or 20 of the same event blocks when you can do it all in one?
There are no such reports and information, because no one encodes in this way ...

hi Patryk , how can i do it all the 20 by the same block ? i have something like this registring each input by each register block ...

regards sir

I see you are playing with a lot of characteristics. What if the data from all sensors were to be sent in one or only a few characteristics?

Sr do you have some example to do that ? thanks

Hello Humberto_Salazar

Are none of the values of the same type? (not measurement, as in temperature, humidity etc), but type - float, integer, string.