After i click bluetooth device in list item, the app should call onFragmentInteraction in ListActivity. But the function is empty. So this source code doesn't show how to connect and send data to bluetooth device
Only empty function :
@Override
public void onFragmentInteraction(String id) {
}