audio - Using bluetooth in java -
i'm attempting write java application open device run on receiving audio on bluetooth , playing audio.
i looked javadoc javax.bluetooth, frankly i'm little confused it, while importing javax.bluetooth failed compile, i'm not sure whats going on.
this have far if helps:
import javax.swing.*; import javax.obex.*; import javax.bluetooth.*; public class bluetoothconnection{ public static void main(string[] args) { discoverylistener alpha; startinquiry(777, alpha); } }
Comments
Post a Comment