HomeSort by relevance Sort by last modified time
    Searched defs:bluetooth (Results 101 - 125 of 198) sorted by null

1 2 3 45 6 7 8

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
44 import android.bluetooth.BluetoothDevice;
45 import android.bluetooth.BluetoothDevicePicker;
56 * via BT from other APPs. and also make "Bluetooth" available in sharing method
72 //Check if Bluetooth is available in the beginning instead of at the end
84 * Other application is trying to share a file via Bluetooth,
182 * Turns on Bluetooth if not already on, or launches device picker if Bluetooth is on
188 // and let DevicePickerActivity to handle Bluetooth Enable
    [all...]
BluetoothOppReceiveFileInfo.java 33 package com.android.bluetooth.opp;
BluetoothOppReceiver.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
38 import android.bluetooth.BluetoothAdapter;
39 import android.bluetooth.BluetoothDevice;
40 import android.bluetooth.BluetoothDevicePicker;
BluetoothOppTransferHistory.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
39 import android.bluetooth.BluetoothAdapter;
57 * View showing the user's finished bluetooth opp transfers that the user does
298 * When Bluetooth is disabled, notification can not be updated by
304 if (V) Log.v(TAG, "Bluetooth is not enabled, update notification manually.");
BluetoothShare.java 33 package com.android.bluetooth.opp;
39 * Exposes constants used to interact with the Bluetooth Share manager's content
49 * The permission to access the Bluetooth Share Manager
56 public static final Uri CONTENT_URI = Uri.parse("content://com.android.bluetooth.opp/btopp");
59 * Broadcast Action: this is sent by the Bluetooth Share component to
66 * This is sent by the Bluetooth Share component to indicate there is an
72 * This is sent by the Bluetooth Share component to indicate there is an
91 * request recommends. When possible, the Bluetooth Share manager will
139 * The name of the column containing Bluetooth Device Address that the
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 16 package com.android.bluetooth.pbap;
18 import com.android.bluetooth.R;
39 * VCard composer especially for Call Log used in Bluetooth.
214 // when connected over bluetooth)
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapbMessageTest.java 1 package com.android.bluetooth.tests;
19 import com.android.bluetooth.map.BluetoothMapAppParams;
20 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
21 import com.android.bluetooth.map.BluetoothMapSmsPdu;
22 import com.android.bluetooth.map.BluetoothMapbMessage;
23 import com.android.bluetooth.map.BluetoothMapbMessageMmsEmail;
24 import com.android.bluetooth.map.BluetoothMapbMessageSms;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothClass;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
60 if (V) Log.d(TAG,"Bluetooth service connected");
79 if (V) Log.d(TAG,"Bluetooth service disconnected");
BluetoothDevicePreference.java 17 package com.android.settings.bluetooth;
22 import android.bluetooth.BluetoothClass;
23 import android.bluetooth.BluetoothDevice;
24 import android.bluetooth.BluetoothProfile;
43 * Bluetooth device in the Bluetooth Settings screen.
127 // Disable this view if the bluetooth enable/disable preference view is off
BluetoothNameDialogFragment.java 17 package com.android.settings.bluetooth;
22 import android.bluetooth.BluetoothAdapter;
45 * Dialog fragment for renaming the local Bluetooth device.
BluetoothPermissionActivity.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothDevice;
BluetoothPermissionRequest.java 17 package com.android.settings.bluetooth;
22 import android.bluetooth.BluetoothDevice;
32 * BluetoothPermissionRequest is a receiver to receive Bluetooth connection
DeviceListPreferenceFragment.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
36 * Parent class for settings fragments that contain a list of Bluetooth
81 Log.e(TAG, "Bluetooth is not supported on this device");
HeadsetProfile.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothHeadset;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
35 * HeadsetProfile handles Bluetooth HFP and Headset profiles.
63 if (V) Log.d(TAG,"Bluetooth service connected");
85 if (V) Log.d(TAG,"Bluetooth service disconnected")
    [all...]
HidProfile.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothInputDevice;
23 import android.bluetooth.BluetoothProfile;
32 * HidProfile handles Bluetooth HID profile.
55 if (V) Log.d(TAG,"Bluetooth service connected");
74 if (V) Log.d(TAG,"Bluetooth service disconnected");
LocalBluetoothAdapter.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothProfile;
63 * doesn't support Bluetooth, then null will be returned. Callers must be
MapProfile.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothMap;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
35 * MapProfile handles Bluetooth MAP profile.
63 if (V) Log.d(TAG,"Bluetooth service connected");
85 if (V) Log.d(TAG,"Bluetooth service disconnected")
    [all...]
PanProfile.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothPan;
23 import android.bluetooth.BluetoothProfile;
33 * PanProfile handles Bluetooth PAN profile (NAP and PANU).
56 if (V) Log.d(TAG,"Bluetooth service connected");
62 if (V) Log.d(TAG,"Bluetooth service disconnected");
RequestPermissionActivity.java 17 package com.android.settings.bluetooth;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
35 * usually started by an application wanted to start bluetooth and or discovery
40 // adb shell am start -a android.bluetooth.adapter.action.REQUEST_ENABLE
41 // adb shell am start -a android.bluetooth.adapter.action.REQUEST_DISCOVERABLE
58 * True if bluetooth wasn't enabled and RequestPermissionHelperActivity was
202 // If BT is not up yet, show "Turning on Bluetooth..."
265 Log.d(TAG, "Setting Bluetooth Discoverable Timeout = " + mTimeout);
280 Log.e(TAG, "Error: there's a problem starting Bluetooth");
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 17 package com.android.cts.verifier.bluetooth;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
51 "android.bluetooth.device.action.PAIRING_REQUEST";
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 17 package com.example.bluetooth.health;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
47 * Main user interface for the Sample application. All Bluetooth health-related
55 // Below are some examples. Refer to relevant Bluetooth HDP specifications for detail.
130 // Check for Bluetooth availability on the Android platform.
232 // If Bluetooth is not on, request that it be enabled.
242 * Ensures user has turned on Bluetooth on the Android device.
258 * Used by {@link SelectDeviceDialogFragment} to record the bonded Bluetooth device selected
261 * @param position Position of the bonded Bluetooth device in the array
    [all...]
BluetoothHDPService.java 17 package com.example.bluetooth.health;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothHealth;
23 import android.bluetooth.BluetoothHealthAppConfiguration;
24 import android.bluetooth.BluetoothHealthCallback;
25 import android.bluetooth.BluetoothProfile;
40 * This Service encapsulates Bluetooth Health API to establish, manage, and disconnect
41 * communication between the Android device and a Bluetooth HDP-enabled device. Possible HDP
45 * <a href="http://developer.android.com/reference/android/bluetooth/BluetoothHealth.html">BluetoothHealth</a
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 16 package android.bluetooth;
24 * Represents a Bluetooth GATT Characteristic
226 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
274 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
BluetoothHeadset.java 17 package android.bluetooth;
33 * Public API for controlling the Bluetooth Headset Service. This includes both
34 * Bluetooth Headset and Handsfree (v1.5) profiles.
36 * <p>BluetoothHeadset is a proxy object for controlling the Bluetooth Headset
43 * <p> Android only supports one connected Bluetooth Headset at a time.
65 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
70 "android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED";
85 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission
90 "android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED";
99 * <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote Bluetooth Devic
    [all...]
BluetoothHealth.java 17 package android.bluetooth;
33 * Public API for Bluetooth Health Profile.
35 * <p>BluetoothHealth is a proxy object for controlling the Bluetooth
45 * from Bluetooth Settings </li>
137 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
160 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
198 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
224 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
226 * @param device The remote Bluetooth device.
252 *<p>Requires {@link android.Manifest.permission#BLUETOOTH} permission
    [all...]

Completed in 883 milliseconds

1 2 3 45 6 7 8