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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapFolderListing.java 17 package android.bluetooth.client.map;
BluetoothMapMessagesListing.java 17 package android.bluetooth.client.map;
BluetoothMapBmessageParser.java 17 package android.bluetooth.client.map;
29 import android.bluetooth.client.map.BluetoothMapBmessage.Status;
30 import android.bluetooth.client.map.BluetoothMapBmessage.Type;
31 import android.bluetooth.client.map.utils.BmsgTokenizer;
32 import android.bluetooth.client.map.utils.BmsgTokenizer.Property;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapObexAuthenticator.java 17 package android.bluetooth.client.pbap;
BluetoothPbapSession.java 17 package android.bluetooth.client.pbap;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothSocket;
33 private static final String TAG = "android.bluetooth.client.pbap.BluetoothPbapSession";
74 throw new NullPointerException("No Bluetooth adapter in the system");
BluetoothPbapVcardList.java 17 package android.bluetooth.client.pbap;
BluetoothPbapVcardListing.java 17 package android.bluetooth.client.pbap;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 18 package com.android.bluetooth.hfpclient;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 33 package com.android.bluetooth.opp;
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/
BluetoothPbapAuthenticator.java 33 package com.android.bluetooth.pbap;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 17 package com.android.settings.bluetooth;
22 import android.bluetooth.BluetoothClass;
23 import android.bluetooth.BluetoothDevice;
24 import android.bluetooth.BluetoothProfile;
45 * Bluetooth device in the Bluetooth Settings screen.
131 // Disable this view if the bluetooth enable/disable preference view is off
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. */
Utf8ByteLengthFilter.java 17 package com.android.settings.bluetooth;
34 * the installed base of Bluetooth devices would correctly handle the
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingRequest.java 19 import android.bluetooth.BluetoothDevice;
26 * BluetoothPairingRequest is a receiver for any Bluetooth pairing request. It
27 * starts the Bluetooth Pairing activity, displaying the PIN, the passkey or a
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothNameUtils.java 17 package com.android.tv.settings.util.bluetooth;
25 * Helper functions and constants for reading the information passed via the Bluetooth
41 * Decode the setup type integer from the Bluetooth device name.
93 * Check if the name matches the expected format for a hub Bluetooth name.
  /frameworks/base/services/core/java/com/android/server/power/
ShutdownThread.java 25 import android.bluetooth.BluetoothAdapter;
26 import android.bluetooth.IBluetoothManager;
275 * Shuts off power regardless of radio and bluetooth state if the alloted time has passed.
405 final IBluetoothManager bluetooth =
422 bluetoothOff = bluetooth == null || !bluetooth.isEnabled();
424 Log.w(TAG, "Disabling Bluetooth...");
425 bluetooth.disable(false); // disable but don't persist new state
428 Log.e(TAG, "RemoteException during bluetooth shutdown", ex);
443 Log.i(TAG, "Waiting for NFC, Bluetooth and Radio...")
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 17 package com.android.bluetooth.btservice;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothMasInstance;
30 import com.android.bluetooth.Utils;
31 import com.android.bluetooth.btservice.RemoteDevices.DeviceProperties;
308 // The device type from hal layer, defined in bluetooth.h,
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java 17 package com.android.bluetooth.gatt;
19 import android.bluetooth.BluetoothUuid;
20 import android.bluetooth.le.AdvertiseCallback;
21 import android.bluetooth.le.AdvertiseData;
22 import android.bluetooth.le.AdvertiseSettings;
31 import com.android.bluetooth.Utils;
32 import com.android.bluetooth.btservice.AdapterService;
43 * Manages Bluetooth LE advertising operations and interacts with bluedroid stack. TODO: add tests.
  /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.BluetoothMapbMessageMms;
24 import com.android.bluetooth.map.BluetoothMapbMessageSms;
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 18 * Bluetooth A2dp StateMachine
29 package com.android.bluetooth.a2dp;
31 import android.bluetooth.BluetoothA2dp;
32 import android.bluetooth.BluetoothAdapter;
33 import android.bluetooth.BluetoothDevice;
34 import android.bluetooth.BluetoothProfile;
35 import android.bluetooth.BluetoothUuid;
36 import android.bluetooth.IBluetooth;
50 import com.android.bluetooth.Utils;
51 import com.android.bluetooth.btservice.AdapterService
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
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
  /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;
  /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;
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js 552 * @see https://developer.chrome.com/apps/bluetooth
554 chrome.bluetooth = function() {};
559 * @see https://developer.chrome.com/apps/bluetooth#type-AdapterState
561 chrome.bluetooth.AdapterState = function() {};
565 chrome.bluetooth.AdapterState.prototype.address;
569 chrome.bluetooth.AdapterState.prototype.name;
573 chrome.bluetooth.AdapterState.prototype.powered;
577 chrome.bluetooth.AdapterState.prototype.available;
581 chrome.bluetooth.AdapterState.prototype.discovering;
586 * @see https://developer.chrome.com/apps/bluetooth#type-Devic
    [all...]

Completed in 911 milliseconds

1 2 3 4 5 6 7 8 91011>>