I'm working actually on an android application. The goal of this app, is to connect in bluetooth one device (smartphone) too another device (raspberry pi). My radio module is connect into USB at raspberry pi.
My application actually can connect in bluetooth with this raspberry pi. First of all, I want to know if it's possible to get the name of radio module with this app (port 9100 with bluetooth?).
Second, I made flowgraph with GNURADIO. It works well if want to send informations (FM transmitter). Now I want to transform this flowgraph in java code for send information (files, music..) from smartphone to this radio module.
I found this tutorial : http://gnuradio.org/redmine/projects/gnuradio/wiki/GRAndWalkthrough
I just drawed this if you do not understand me (Sorry about my english).
Is it a good tutorial for my project ?
Thanks for any help.