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 -

ios - MKMapView fails to load tiles with HTTP 410 error -

c# - How to utilize EF and LINQ to add filters and specify tables, columns, filters and order by dynamically -