thks~
and now i m facing the problem of compiling the Bluetooth API- DiscoveryListener.java
the error:
location: interface javax.bluetooth.DiscoveryListener
public void servicesDiscovered(int transID, ServiceRecord[] servRecord);
^
i successfuly compile most of the API
DiscoveryListner,DiscoveryAgent and LocalDevice no yet compile
i tried to import javax.bluetooth.*; in DiscoveryListener and it did not work.
help

thks