Well I got it to receive data on my app with the following code, and I think I will try to follow suit with the sensors. Thanks Robin2 for your assistance while I learned how to use the forum too.
void loop()
{
bluetooth.print("65,3.5,36.5");
delay(10000);
}