HomeSort by relevance Sort by last modified time
    Searched defs:bluetooth (Results 226 - 250 of 318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanFilterQueue.java 17 package com.android.bluetooth.gatt;
19 import android.bluetooth.BluetoothUuid;
20 import android.bluetooth.le.ScanFilter;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java 17 package com.android.bluetooth.hfp;
27 import android.bluetooth.BluetoothDevice;
257 // Bluetooth signal scales at 0-5
273 * bluetooth devices. Scale is similar to status bar policy
HeadsetService.java 17 package com.android.bluetooth.hfp;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothHeadset;
21 import android.bluetooth.BluetoothProfile;
22 import android.bluetooth.IBluetoothHeadset;
33 import com.android.bluetooth.btservice.ProfileService;
34 import com.android.bluetooth.Utils;
41 * Provides Bluetooth Headset and Handsfree profile, as a service in
42 * the Bluetooth application.
332 "Need BLUETOOTH ADMIN permission")
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 18 package com.android.bluetooth.hfpclient;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothProfile;
22 import android.bluetooth.BluetoothHeadsetClient;
23 import android.bluetooth.BluetoothHeadsetClientCall;
24 import android.bluetooth.IBluetoothHeadsetClient;
34 import com.android.bluetooth.btservice.ProfileService;
35 import com.android.bluetooth.Utils;
40 * Provides Bluetooth Headset Client (HF Role) profile, as a service in the
41 * Bluetooth application
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapEmailSettingsAdapter.java 16 package com.android.bluetooth.map;
24 import com.android.bluetooth.R;
31 import com.android.bluetooth.mapapi.BluetoothMapContract;
48 import com.android.bluetooth.map.BluetoothMapEmailSettingsItem;
49 import com.android.bluetooth.map.BluetoothMapEmailSettingsLoader;
BluetoothMapMasInstance.java 15 package com.android.bluetooth.map;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothServerSocket;
24 import android.bluetooth.BluetoothSocket;
25 import android.bluetooth.BluetoothUuid;
BluetoothMapMessageListingElement.java 15 package com.android.bluetooth.map;
29 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
  /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;
61 * via BT from other APPs. and also make "Bluetooth" available in sharing method
81 //Check if Bluetooth is available in the beginning instead of at the end
93 * Other application is trying to share a file via Bluetooth,
191 * Turns on Bluetooth if not already on, or launches device picker if Bluetooth is on
197 // and let DevicePickerActivity to handle Bluetooth Enable
    [all...]
BluetoothOppProvider.java 33 package com.android.bluetooth.opp;
54 * This provider allows application to interact with Bluetooth OPP manager
96 sURIMatcher.addURI("com.android.bluetooth.opp", "btopp", SHARES);
97 sURIMatcher.addURI("com.android.bluetooth.opp", "btopp/#", SHARES_ID);
98 sURIMatcher.addURI("com.android.bluetooth.opp", "live_folders/received",
BluetoothOppTransferActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
37 import android.bluetooth.BluetoothAdapter;
38 import android.bluetooth.BluetoothDevice;
BluetoothOppUtility.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
39 import android.bluetooth.BluetoothAdapter;
40 import android.bluetooth.BluetoothDevice;
Constants.java 33 package com.android.bluetooth.opp;
47 * Bluetooth OPP internal constants definition
71 /** the intent that whitelists a remote bluetooth device for auto-receive confirmation (NFC) */
173 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth";
235 /** Where we store Bluetooth received files on the external storage */
236 public static final String DEFAULT_STORE_SUBDIR = "/bluetooth";
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 33 package com.android.bluetooth.pbap;
35 import com.android.bluetooth.R;
64 * remote Bluetooth device.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
52 // Bluetooth advanced settings screen was replaced with action bar items.
BluetoothEventManager.java 17 package com.android.settings.bluetooth;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothClass;
23 import android.bluetooth.BluetoothDevice;
24 import android.bluetooth.BluetoothProfile;
38 * BluetoothEventManager receives broadcasts and callbacks from the Bluetooth
83 // Bluetooth on/off broadcasts
111 /** Register to start receiving callbacks for Bluetooth events. */
118 /** Unregister to stop receiving callbacks for Bluetooth events. */
BluetoothPairingDialog.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothUuid;
52 * for pairing with a remote Bluetooth device. It is an activity that appears as a dialog.
BluetoothSettings.java 17 package com.android.settings.bluetooth;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
64 * BluetoothSettings is the Settings screen for Bluetooth configuration and
201 // If the user is not allowed to configure bluetooth, do not show the menu.
448 com.android.settings.bluetooth.Utils.updateSearchIndex(activity,
511 // support bluetooth (e.g. the emulator).
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 19 import android.bluetooth.BluetoothAdapter;
311 BluetoothAdapter bluetooth = BluetoothAdapter.getDefaultAdapter(); local
312 if (bluetooth != null && mBtAddress != null) {
313 String address = bluetooth.isEnabled() ? bluetooth.getAddress() : null;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
PairingUtils.java 17 package com.android.tv.settings.util.bluetooth;
24 * used between the controller and hub over bluetooth.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java 17 package com.android.cts.verifier.bluetooth;
26 import android.bluetooth.BluetoothAdapter;
27 import android.bluetooth.BluetoothGattServer;
28 import android.bluetooth.BluetoothGattServerCallback;
29 import android.bluetooth.BluetoothManager;
30 import android.bluetooth.le.BluetoothLeAdvertiser;
31 import android.bluetooth.le.AdvertiseCallback;
32 import android.bluetooth.le.AdvertiseData;
33 import android.bluetooth.le.AdvertiseSettings;
57 "com.android.cts.verifier.bluetooth.BLE_ADV_NOT_SUPPORT"
    [all...]
BleServerService.java 17 package com.android.cts.verifier.bluetooth;
26 import android.bluetooth.BluetoothAdapter;
27 import android.bluetooth.BluetoothDevice;
28 import android.bluetooth.BluetoothGatt;
29 import android.bluetooth.BluetoothGattCharacteristic;
30 import android.bluetooth.BluetoothGattDescriptor;
31 import android.bluetooth.BluetoothGattServer;
32 import android.bluetooth.BluetoothGattServerCallback;
33 import android.bluetooth.BluetoothGattService;
34 import android.bluetooth.BluetoothManager
    [all...]
BluetoothChatService.java 17 package com.android.cts.verifier.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothServerSocket;
22 import android.bluetooth.BluetoothSocket;
35 * This class does all the work for setting up and managing Bluetooth
161 * Start the ConnectedThread to begin managing a Bluetooth connection
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";
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 17 package android.bluetooth;
23 * Represents a Bluetooth class, which describes general characteristics
24 * and capabilities of a device. For example, a Bluetooth class will
28 * <p>Every Bluetooth class is composed of zero or more service classes, and
34 * Bluetooth profiles or services are actually supported by a device. Accurate
44 * The Bluetooth class is a 32 bit field. The format of these bits is defined at
45 * http://www.bluetooth.org/Technical/AssignedNumbers/baseband.htm
253 * which major class is encoded in this Bluetooth class.
266 * device class is encoded in this Bluetooth class.
288 * Check class bits for possible bluetooth profile support
    [all...]
BluetoothGatt.java 17 package android.bluetooth;
29 * Public API for the Bluetooth GATT Profile.
31 * <p>This class provides Bluetooth GATT functionality to enable communication
32 * with Bluetooth Smart or Smart Ready devices.
36 * GATT capable devices can be discovered using the Bluetooth device discovery or BLE
96 * Bluetooth SIG. This is the default value if no connection parameter update
132 * Bluetooth GATT callbacks. Overrides the default BluetoothGattCallback implementation.
623 * Close this Bluetooth GATT client.
659 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
700 * Initiate a connection to a Bluetooth GATT capable device
    [all...]

Completed in 202 milliseconds

1 2 3 4 5 6 7 8 91011>>