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

1 2 34 5 6 7 8

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java 17 package com.android.settings.bluetooth;
24 * the Bluetooth API. Note that {@link #getInstance} will return null
25 * if there is no Bluetooth adapter on this device, and callers must be
45 /** The Bluetooth profile manager. */
LocalBluetoothPreferences.java 17 package com.android.settings.bluetooth;
27 * related to Bluetooth.
69 // If Bluetooth Settings is visible
PbapServerProfile.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.BluetoothPbap;
23 import android.bluetooth.BluetoothProfile;
52 if (V) Log.d(TAG,"Bluetooth service connected");
58 if (V) Log.d(TAG,"Bluetooth service disconnected");
RequestPermissionHelperActivity.java 17 package com.android.settings.bluetooth;
24 import android.bluetooth.BluetoothAdapter;
41 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON";
44 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON_AND_DISCOVERABLE";
151 Log.e(TAG, "Error: there's a problem starting Bluetooth");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java 17 package com.android.cts.verifier.bluetooth;
24 import android.bluetooth.BluetoothAdapter;
36 * Activity for testing that Bluetooth can be disabled and enabled properly. The activity shows
37 * a button that toggles Bluetooth by disabling it via {@link BluetoothAdapter#disable()} and
ConnectionAccessServerActivity.java 17 package com.android.cts.verifier.bluetooth;
23 import android.bluetooth.BluetoothAdapter;
43 "android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST";
DevicePickerActivity.java 17 package com.android.cts.verifier.bluetooth;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
45 * by the user. When the user selects a paired device, it forwards them to the Bluetooth settings
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java 17 package android.bluetooth.cts;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothServerSocket;
50 * Note: If the target doesn't support Bluetooth at all, then
121 // Skip the test if bluetooth is not present.
134 // Skip the test if bluetooth is not present.
145 // Skip the test if bluetooth is not present.
157 // Skip the test if bluetooth is not present.
172 // Skip the test if bluetooth is not present
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 17 package android.bluetooth;
35 * This class provides the public APIs to control the Bluetooth A2DP
38 *<p>BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP
42 * <p> Android only supports one connected Bluetooth A2dp device at a time.
65 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
70 "android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED";
86 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
91 "android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED";
142 * Bluetooth A2DP service.
166 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent)
    [all...]
BluetoothGattServer.java 17 package android.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothProfile;
22 import android.bluetooth.BluetoothProfile.ServiceListener;
23 import android.bluetooth.IBluetoothManager;
24 import android.bluetooth.IBluetoothStateChangeCallback;
41 * Public API for the Bluetooth GATT Profile server role.
43 * <p>This class provides Bluetooth GATT server role functionality,
44 * allowing applications to create and advertise Bluetooth Smart service
    [all...]
BluetoothInputDevice.java 17 package android.bluetooth;
35 * This class provides the public APIs to control the Bluetooth Input
38 *<p>BluetoothInputDevice is a proxy object for controlling the Bluetooth
65 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
70 "android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED";
77 "android.bluetooth.input.profile.action.PROTOCOL_MODE_CHANGED";
85 "android.bluetooth.input.profile.action.VIRTUAL_UNPLUG_STATUS";
158 public static final String EXTRA_PROTOCOL_MODE = "android.bluetooth.BluetoothInputDevice.extra.PROTOCOL_MODE";
163 public static final String EXTRA_REPORT_TYPE = "android.bluetooth.BluetoothInputDevice.extra.REPORT_TYPE";
168 public static final String EXTRA_REPORT_ID = "android.bluetooth.BluetoothInputDevice.extra.REPORT_ID"
    [all...]
BluetoothMap.java 17 package android.bluetooth;
31 * This class provides the APIs to control the Bluetooth MAP
42 "android.bluetooth.map.profile.action.CONNECTION_STATE_CHANGED";
110 Log.e(TAG, "Could not bind to Bluetooth MAP Service with " + intent);
172 * Get the currently connected remote Bluetooth device (PCE).
173 * @return The remote Bluetooth device, or null if not in connected or
191 * Returns true if the specified Bluetooth device is connected.
220 * @param device Remote Bluetooth Device
324 * @param device Paired bluetooth device
354 * @param device Bluetooth devic
    [all...]
BluetoothPan.java 17 package android.bluetooth;
34 * This class provides the APIs to control the Bluetooth Pan
37 *<p>BluetoothPan is a proxy object for controlling the Bluetooth
68 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
73 "android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED";
80 public static final String EXTRA_LOCAL_ROLE = "android.bluetooth.pan.extra.LOCAL_ROLE";
128 * Bluetooth Service which handles the Pan profile
150 Log.e(TAG, "Could not bind to Bluetooth Pan Service with " + intent);
209 * Initiate connection to a profile of the remote bluetooth device.
212 * device is already connected or Bluetooth is not turned on
    [all...]
BluetoothPbap.java 17 package android.bluetooth;
29 * The Android Bluetooth API is not finalized, and *will* change. Use at your
32 * Public API for controlling the Bluetooth Pbap Service. This includes
33 * Bluetooth Phone book Access profile.
34 * BluetoothPbap is a proxy object for controlling the Bluetooth Pbap
47 * Android only supports one connected Bluetooth Pce at a time.
59 "android.bluetooth.pbap.intent.PBAP_STATE";
62 "android.bluetooth.pbap.intent.PBAP_PREVIOUS_STATE";
69 "android.bluetooth.pbap.intent.action.PBAP_STATE_CHANGED";
91 * An interface for notifying Bluetooth PCE IPC clients when they hav
    [all...]
BluetoothUuid.java 17 package android.bluetooth;
31 /* See Bluetooth Assigned Numbers document - SDP section, to get the values of UUIDs
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothStressTest.java 17 package android.bluetooth;
23 * Stress test suite for Bluetooth related functions.
25 * Includes tests for enabling/disabling bluetooth, enabling/disabling discoverable mode,
29 * This test suite uses {@link android.bluetooth.BluetoothTestRunner} to for parameters such as the
30 * number of iterations and the addresses of remote Bluetooth devices.
56 * Stress test for enabling and disabling Bluetooth.
98 * Stress test for starting and stopping Bluetooth scans.
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 17 package com.android.bluetooth;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 17 package com.android.bluetooth.a2dp;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothProfile;
21 import android.bluetooth.IBluetoothA2dp;
26 import com.android.bluetooth.btservice.ProfileService;
27 import com.android.bluetooth.Utils;
34 * Provides Bluetooth A2DP profile, as a service in the Bluetooth application.
116 "Need BLUETOOTH ADMIN permission");
134 "Need BLUETOOTH ADMIN permission")
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 17 package com.android.bluetooth.btservice;
ProfileService.java 17 package com.android.bluetooth.btservice;
21 import com.android.bluetooth.Utils;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothProfile;
40 public static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 16 package com.android.bluetooth.gatt;
GattDebugUtils.java 17 package com.android.bluetooth.gatt;
32 "android.bluetooth.action.DEBUG_DUMP_CLIENTMAP";
34 "android.bluetooth.action.DEBUG_DUMP_SERVERMAP";
36 "android.bluetooth.action.DEBUG_DUMP_HANDLEMAP";
39 "android.bluetooth.action.GATT_PAIRING_CONFIG";
42 "android.bluetooth.action.GATT_TEST_USAGE";
44 "android.bluetooth.action.GATT_TEST_ENABLE";
46 "android.bluetooth.action.GATT_TEST_CONNECT";
48 "android.bluetooth.action.GATT_TEST_DISCONNECT";
50 "android.bluetooth.action.GATT_TEST_DISCOVER"
    [all...]
HandleMap.java 16 package com.android.bluetooth.gatt;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java 17 package com.android.bluetooth.hfp;
201 * bluetooth devices. Scale is similar to status bar policy
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;

Completed in 447 milliseconds

1 2 34 5 6 7 8