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

<<11121314151617181920>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
JniCallbacks.java 17 package 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;
28 import com.android.bluetooth.Utils;
288 // The device type from hal layer, defined in bluetooth.h,
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvtFilterOnFoundOnLostInfo.java 17 package 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/src/com/android/bluetooth/hfpclient/
HeadsetClientHalConstants.java 18 package com.android.bluetooth.hfpclient;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAccountLoader.java 16 package com.android.bluetooth.map;
22 import com.android.bluetooth.map.BluetoothMapAccountItem;
23 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
40 import com.android.bluetooth.mapapi.BluetoothMapContract;
80 // find all installed packages and filter out those that do not support Bluetooth Map.
  /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/Bluetooth/tests/src/com/android/bluetooth/tests/
ObexPipeTransport.java 16 package com.android.bluetooth.tests;
TestResultLogger.java 1 package com.android.bluetooth.tests;
ObexTest.java 17 package com.android.bluetooth.tests;
33 import android.bluetooth.BluetoothAdapter;
34 import android.bluetooth.BluetoothDevice;
35 import android.bluetooth.BluetoothServerSocket;
36 import android.bluetooth.BluetoothSocket;
37 import android.bluetooth.BluetoothUuid;
38 import android.bluetooth.SdpMasRecord;
51 import com.android.bluetooth.BluetoothObexTransport;
52 import com.android.bluetooth.sdp.SdpManager;
53 import com.android.bluetooth.tests.TestSequencer.OPTYPE
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
31 import com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver;
32 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
51 // Bluetooth advanced settings screen was replaced with action bar items.
BluetoothNameDialogFragment.java 17 package com.android.settings.bluetooth;
22 import android.bluetooth.BluetoothAdapter;
44 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
45 import com.android.settingslib.bluetooth.LocalBluetoothManager;
48 * Dialog fragment for renaming the local Bluetooth device.
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;
25 * BluetoothPairingRequest is a receiver for any Bluetooth pairing request. It
26 * 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.
  /system/bt/btif/include/
btif_gatt_multi_adv_util.h 23 #include <hardware/bluetooth.h>
btif_hh.h 22 #include <hardware/bluetooth.h>
btif_util.h 23 #include <hardware/bluetooth.h>
  /system/bt/osi/test/
AlarmTestHarness.cpp 20 #include <hardware/bluetooth.h>
  /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
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
ScanFilterTest.java 17 package android.bluetooth.cts;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.le.ScanFilter;
22 import android.bluetooth.le.ScanResult;
29 * Unit test cases for Bluetooth LE scan filters.
31 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanFilterTest' -w
32 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
  /frameworks/opt/bluetooth/src/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;

Completed in 3482 milliseconds

<<11121314151617181920>>