Transfering data via bluetooth on the Arduino 101

Hello all, so i recently made a program that displayed the degrees of rotation. While this is great and it works fine, the way that i was transferring that data(via just a tethered usb connection) wont be feasible. I was hoping to transfer the rotation degrees via the Bluetooth chip however there is not much published about this online. Has anyone done a similar project or knows how to help me? If so it would be much appreciated!!

As another side note, I need to transfer this data to the Bluetooth on my laptop and not a android app like much of the examples suggest

in the immortal words of some guru on thsi forum. bluetooth is just serial without wires. What this means is that you just connect bluetooth and use it. No change to code is required, or at most, change
Serial.print commands to
Serial1.print.

You will need a proper terminal programme on laptop, like RealTerm. All bluetooth connection procedure is done at the laptop end. You might find the following background notes useful

http://homepages.ihug.com.au/~npyner/Arduino/GUIDE_2BT.pdf
http://homepages.ihug.com.au/~npyner/Arduino/BT_2_WAY.in