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

1 2 3 4 5 6 78

  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 17 package android.bluetooth;
45 * Represents the local device Bluetooth adapter. The {@link BluetoothAdapter}
46 * lets you perform fundamental Bluetooth tasks, such as initiate
50 * devices, and start a scan for Bluetooth LE devices.
52 * <p>To get a {@link BluetoothAdapter} representing the local Bluetooth
59 * Bluetooth actions. Once you have the local adapter, you can get a set of
65 * Bluetooth LE devices with {@link #startLeScan(LeScanCallback callback)}.
68 * Most methods require the {@link android.Manifest.permission#BLUETOOTH}
74 * <p>For more information about using Bluetooth, read the
75 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p
    [all...]
BluetoothAssignedNumbers.java 17 package android.bluetooth;
20 * Bluetooth Assigned Numbers.
23 * @see <a href="https://www.bluetooth.org/technical/assignednumbers/identifiers.htm">
24 * The Official Bluetooth SIG Member Website | Company Identifiers</a>
29 // Bluetooth SIG Company ID values
346 * Bluetooth SIG, Inc.
  /frameworks/base/services/java/com/android/server/
SystemServer.java 20 import android.bluetooth.BluetoothAdapter;
147 BluetoothManagerService bluetooth = null; local
325 // Skip Bluetooth if we have an emulator kernel
327 // support Bluetooth - see bug 988521
331 Slog.i(TAG, "No Bluetooth Service (factory test)");
334 Slog.i(TAG, "No Bluetooth Service (Bluetooth Hardware Not Present)");
336 Slog.i(TAG, "Bluetooth Service disabled by config");
338 Slog.i(TAG, "Bluetooth Manager Service");
339 bluetooth = new BluetoothManagerService(context)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 17 package com.android.bluetooth.a2dp;
42 import com.android.bluetooth.btservice.AdapterService;
43 import com.android.bluetooth.btservice.ProfileService;
44 import com.android.bluetooth.Utils;
54 * support Bluetooth AVRCP profile.
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 21 package com.android.bluetooth.btservice;
25 import android.bluetooth.BluetoothAdapter;
26 import android.bluetooth.BluetoothDevice;
27 import android.bluetooth.BluetoothProfile;
28 import android.bluetooth.IBluetooth;
29 import android.bluetooth.IBluetoothCallback;
30 import android.bluetooth.IBluetoothManager;
31 import android.bluetooth.IBluetoothManagerCallback;
50 import com.android.bluetooth.a2dp.A2dpService;
51 import com.android.bluetooth.hid.HidService
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 15 package com.android.bluetooth.map;
39 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
    [all...]
BluetoothMapContentObserver.java 15 package com.android.bluetooth.map;
60 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
61 import com.android.bluetooth.map.BluetoothMapbMessageMmsEmail.MimePart;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 18 * Bluetooth Handset StateMachine
33 package com.android.bluetooth.hfp;
35 import android.bluetooth.BluetoothAdapter;
36 import android.bluetooth.BluetoothAssignedNumbers;
37 import android.bluetooth.BluetoothDevice;
38 import android.bluetooth.BluetoothHeadset;
39 import android.bluetooth.BluetoothProfile;
40 import android.bluetooth.BluetoothUuid;
41 import android.bluetooth.IBluetooth;
42 import android.bluetooth.IBluetoothHeadsetPhone
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 17 package com.android.bluetooth.gatt;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothProfile;
23 import android.bluetooth.IBluetoothGatt;
24 import android.bluetooth.IBluetoothGattCallback;
25 import android.bluetooth.IBluetoothGattServerCallback;
42 import com.android.bluetooth.btservice.ProfileService;
43 import com.android.bluetooth.btservice.ProfileService.IProfileServiceBinder;
46 * Provides Bluetooth Gatt profile, as a service i
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 1237 milliseconds

1 2 3 4 5 6 78