Home | History | Annotate | Download | only in settings

Lines Matching full:adapter

149         BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
150 if (adapter != null) {
151 adapter.getProfileProxy(activity.getApplicationContext(), mProfileServiceListener,
204 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
206 if (profile != null && adapter != null) {
207 adapter.closeProfileProxy(BluetoothProfile.PAN, profile);
469 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
470 if (adapter == null) {
473 int btState = adapter.getState();
542 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
543 if (adapter.getState() == BluetoothAdapter.STATE_OFF) {
545 adapter.enable();