Searched refs:BluetoothManager (Results 1 – 5 of 5) sorted by relevance
46 public final class BluetoothManager { class56 public BluetoothManager(Context context) { in BluetoothManager() method in BluetoothManager
198 an instance of {@link android.bluetooth.BluetoothManager}, which is then200 {@link android.bluetooth.BluetoothManager}:</p>203 final BluetoothManager bluetoothManager =204 (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);347 private BluetoothManager mBluetoothManager;
23 import android.bluetooth.BluetoothManager;357 return new BluetoothManager(ctx); in registerService()
374 android.bluetooth.BluetoothManager} class that you should use for some high level operations379 final BluetoothManager bluetoothManager =380 (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
5380 public final class BluetoothManager {