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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -