Get float value

This is a program that sends my temperature and humidity data via BLE.


I set the sending data type to (uint8_t *)DHT_read.humidity and (uint8_t *)DHT_read.temperature, but in my reading program declare the variables humidity and temperature as float as shown below.
image
And my design program MIT APP INVENTOR for temperature and humidity data reading.


.So what data type will my application receive?