Home | History | Annotate | Download | only in server

Lines Matching defs:bluetooth

20 import android.bluetooth.BluetoothAdapter;
147 BluetoothManagerService bluetooth = null;
325 // Skip Bluetooth if we have an emulator kernel
327 // support Bluetooth - see bug 988521
331 Slog.i(TAG, "No Bluetooth Service (factory test)");
334 Slog.i(TAG, "No Bluetooth Service (Bluetooth Hardware Not Present)");
336 Slog.i(TAG, "Bluetooth Service disabled by config");
338 Slog.i(TAG, "Bluetooth Manager Service");
339 bluetooth = new BluetoothManagerService(context);
340 ServiceManager.addService(BluetoothAdapter.BLUETOOTH_MANAGER_SERVICE, bluetooth);