HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth (Results 126 - 150 of 611) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java 15 package com.android.bluetooth.map;
22 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;
23 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
  /device/generic/mips/
BoardConfig.mk 17 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
  /device/generic/x86/
BoardConfig.mk 16 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java 17 package android.bluetooth;
BluetoothHealthCallback.java 18 package android.bluetooth;
35 * @param config Bluetooth Health app configuration
56 * @param device The Bluetooth Device
BluetoothInputStream.java 17 package android.bluetooth;
25 * Used to write to a Bluetooth socket.
BluetoothOutputStream.java 17 package android.bluetooth;
25 * Used to read from a Bluetooth socket.
IBluetoothHeadset.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
22 * API for Bluetooth Headset service
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothDeviceFilter.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothClass;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothUuid;
29 * {@link android.bluetooth.BluetoothDevicePicker}.
98 /** Parent class of filters based on UUID and/or Bluetooth class. */
LocalBluetoothAdapter.java 17 package com.android.settingslib.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
  /frameworks/base/services/core/java/com/android/server/
BluetoothService.java 19 import android.bluetooth.BluetoothAdapter;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterApp.java 21 package com.android.bluetooth.btservice;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
CallbackInfo.java 16 package com.android.bluetooth.gatt;
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/mock/
BluetoothMockContext.java 17 package com.android.bluetooth.tests.mock;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothProgressCategory.java 17 package com.android.settings.bluetooth;
26 * A Bluetooth discovery progress category
RequestPermissionHelperActivity.java 17 package com.android.settings.bluetooth;
22 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
23 import com.android.settingslib.bluetooth.LocalBluetoothManager;
25 import android.bluetooth.BluetoothAdapter;
40 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON";
43 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON_AND_DISCOVERABLE";
150 Log.e(TAG, "Error: there's a problem starting Bluetooth");
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothInputDeviceConnector.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothInputDevice;
22 import android.bluetooth.BluetoothProfile;
56 Log.d(TAG, "Connection made to bluetooth proxy.");
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
DeviceManager.java 19 import android.bluetooth.BluetoothAdapter;
  /system/bt/btcore/include/
uuid.h 21 #include <hardware/bluetooth.h>
  /system/bt/btif/src/
btif_gatt.c 24 * Description: GATT Profile Bluetooth Interface
28 #include <hardware/bluetooth.h>
  /system/bt/test/suite/
base.h 26 #include <hardware/bluetooth.h>
  /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...]
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothGatt;
23 import android.bluetooth.BluetoothGattCallback;
24 import android.bluetooth.BluetoothGattCharacteristic;
25 import android.bluetooth.BluetoothGattDescriptor;
26 import android.bluetooth.BluetoothGattService;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
40 * given Bluetooth LE device
    [all...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothGatt;
23 import android.bluetooth.BluetoothGattCallback;
24 import android.bluetooth.BluetoothGattCharacteristic;
25 import android.bluetooth.BluetoothGattDescriptor;
26 import android.bluetooth.BluetoothGattService;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
40 * given Bluetooth LE device
    [all...]
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothGatt;
23 import android.bluetooth.BluetoothGattCallback;
24 import android.bluetooth.BluetoothGattCharacteristic;
25 import android.bluetooth.BluetoothGattDescriptor;
26 import android.bluetooth.BluetoothGattService;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
40 * given Bluetooth LE device
    [all...]

Completed in 311 milliseconds

1 2 3 4 56 7 8 91011>>