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

1 2 3 4 5 67 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 17 package com.android.cts.verifier.bluetooth;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothGatt;
27 import android.bluetooth.BluetoothGattCallback;
28 import android.bluetooth.BluetoothGattCharacteristic;
29 import android.bluetooth.BluetoothGattDescriptor;
30 import android.bluetooth.BluetoothGattService;
31 import android.bluetooth.BluetoothManager;
32 import android.bluetooth.BluetoothProfile
    [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...]
BluetoothTestActivity.java 17 package com.android.cts.verifier.bluetooth;
23 import android.bluetooth.BluetoothAdapter;
41 Toast.makeText(this, "bluetooth not supported", Toast.LENGTH_SHORT);
51 "com.android.cts.verifier.bluetooth.BleAdvertiserTestActivity");
53 "com.android.cts.verifier.bluetooth.BleScannerTestActivity");
55 "com.android.cts.verifier.bluetooth.BleClientTestActivity");
57 "com.android.cts.verifier.bluetooth.BleServerStartActivity");
60 "com.android.cts.verifier.bluetooth.BleAdvertiserTestActivity");
62 "com.android.cts.verifier.bluetooth.BleServerStartActivity");
64 "com.android.cts.verifier.bluetooth.BleScannerTestActivity")
    [all...]
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
AdvertiseSettingsTest.java 17 package android.bluetooth.cts;
19 import android.bluetooth.le.AdvertiseSettings;
ScanSettingsTest.java 17 package android.bluetooth.cts;
19 import android.bluetooth.le.ScanSettings;
25 * Test for Bluetooth LE {@link ScanSettings}.
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetFolderListing.java 17 package android.bluetooth.client.map;
18 import android.bluetooth.client.map.utils.ObexAppParameters;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapObexTransport.java 17 package android.bluetooth.client.pbap;
19 import android.bluetooth.BluetoothSocket;
BluetoothPbapRequestPullVcardEntry.java 17 package android.bluetooth.client.pbap;
22 import android.bluetooth.client.pbap.utils.ObexAppParameters;
  /packages/apps/Bluetooth/src/com/android/bluetooth/
BluetoothObexTransport.java 16 package com.android.bluetooth;
18 import android.bluetooth.BluetoothSocket;
29 * Generic Obex Transport class, to be used in OBEX based Bluetooth
ObexRejectServer.java 15 package com.android.bluetooth;
22 import android.bluetooth.BluetoothSocket;
SignedLongLong.java 17 package com.android.bluetooth;
21 import com.android.bluetooth.map.BluetoothMapUtils;
  /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.BluetoothUuid;
22 import android.bluetooth.IBluetoothA2dp;
28 import com.android.bluetooth.avrcp.Avrcp;
29 import com.android.bluetooth.btservice.ProfileService;
30 import com.android.bluetooth.Utils;
37 * Provides Bluetooth A2DP profile, as a service in the Bluetooth application
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 17 package com.android.bluetooth.avrcp;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothAvrcpController;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothProfile;
23 import android.bluetooth.IBluetoothAvrcpController;
31 import com.android.bluetooth.btservice.ProfileService;
32 import com.android.bluetooth.Utils;
39 * Provides Bluetooth AVRCP Controller profile, as a service in the Bluetooth application
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageEmail.java 15 package com.android.bluetooth.map;
26 import com.android.bluetooth.map.BluetoothMapSmsPdu.SmsPdu;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtErrorActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapReceiver.java 33 package com.android.bluetooth.pbap;
35 import android.bluetooth.BluetoothAdapter;
70 // Don't forward intent unless device has bluetooth and bluetooth is enabled.
  /packages/apps/Bluetooth/tests/
Android.mk 13 # LOCAL_SRC_FILES := src/com/android/bluetooth/tests/BluetoothMapContentTest.java
17 LOCAL_INSTRUMENTATION_FOR := Bluetooth
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothTestUtils.java 1 package com.android.bluetooth.tests;
4 import android.bluetooth.BluetoothAdapter;
36 Log.i(TAG, "Bluetooth enabled...");
MapObexTestServer.java 1 package com.android.bluetooth.tests;
11 import android.bluetooth.BluetoothAdapter;
17 import com.android.bluetooth.map.BluetoothMapAccountItem;
18 import com.android.bluetooth.map.BluetoothMapContentObserver;
19 import com.android.bluetooth.map.BluetoothMapMasInstance;
20 import com.android.bluetooth.map.BluetoothMapObexServer;
21 import com.android.bluetooth.map.BluetoothMapUtils;
22 import com.android.bluetooth.map.BluetoothMnsObexClient;
SeqStep.java 1 package com.android.bluetooth.tests;
12 import com.android.bluetooth.tests.TestSequencer.OPTYPE;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AccessoryUtils.java 20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DevicePickerFragment.java 17 package com.android.settings.bluetooth;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothDevicePicker;
34 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
37 * BluetoothSettings is the Settings screen for Bluetooth configuration and
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 17 package com.example.bluetooth.health;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothHealth;
23 import android.bluetooth.BluetoothHealthAppConfiguration;
24 import android.bluetooth.BluetoothHealthCallback;
25 import android.bluetooth.BluetoothProfile;
40 * This Service encapsulates Bluetooth Health API to establish, manage, and disconnect
41 * communication between the Android device and a Bluetooth HDP-enabled device. Possible HDP
45 * <a href="http://developer.android.com/reference/android/bluetooth/BluetoothHealth.html">BluetoothHealth</a
    [all...]
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 17 package android.bluetooth.le;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothGatt;
21 import android.bluetooth.BluetoothGattCallbackWrapper;
22 import android.bluetooth.BluetoothUuid;
23 import android.bluetooth.IBluetoothGatt;
24 import android.bluetooth.IBluetoothManager;
36 * This class provides a way to perform Bluetooth LE advertise operations, such as starting and
69 * @param bluetoothManager BluetoothManager that conducts overall Bluetooth Management
79 * Start Bluetooth LE Advertising. On success, the {@code advertiseData} will be broadcasted
    [all...]
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiDevice.java 19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothGatt;
21 import android.bluetooth.BluetoothGattCallback;
22 import android.bluetooth.BluetoothGattCharacteristic;
23 import android.bluetooth.BluetoothGattDescriptor;
24 import android.bluetooth.BluetoothGattService;
25 import android.bluetooth.BluetoothProfile;
46 * Class used to implement a Bluetooth MIDI device.
55 // Bluetooth MIDI Gatt service UUID
58 // Bluetooth MIDI Gatt characteristic UUI
    [all...]

Completed in 495 milliseconds

1 2 3 4 5 67 8 91011>>