Android examples for android.bluetooth:BluetoothAdapter
get Bluetooth Adapter
import android.bluetooth.BluetoothAdapter; public class Main { static BluetoothAdapter getBluetoothAdapter() { return BluetoothAdapter.getDefaultAdapter(); }//from w w w.ja va 2 s .com }