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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 19 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanClient.java 17 package com.android.bluetooth.gatt;
19 import android.bluetooth.le.ResultStorageDescriptor;
20 import android.bluetooth.le.ScanFilter;
21 import android.bluetooth.le.ScanSettings;
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/mock/
SimpleMockContentProvider.java 17 package com.android.bluetooth.tests.mock;
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/util/
NumberUtilsTest.java 17 package com.android.bluetooth.util;
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
AdvertiseCallbackTest.java 17 package android.bluetooth.cts;
19 import android.bluetooth.le.AdvertiseCallback;
20 import android.bluetooth.le.AdvertiseSettings;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetMessage.java 17 package android.bluetooth.client.map;
22 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
23 import android.bluetooth.client.map.utils.ObexAppParameters;
BluetoothMasRequestPushMessage.java 17 package android.bluetooth.client.map;
26 import android.bluetooth.client.map.BluetoothMasClient.CharsetType;
27 import android.bluetooth.client.map.utils.ObexAppParameters;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpProfile.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothA2dp;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothClass;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothUuid;
60 if (V) Log.d(TAG,"Bluetooth service connected");
79 if (V) Log.d(TAG,"Bluetooth service disconnected");
HidProfile.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothInputDevice;
23 import android.bluetooth.BluetoothProfile;
32 * HidProfile handles Bluetooth HID profile.
55 if (V) Log.d(TAG,"Bluetooth service connected");
74 if (V) Log.d(TAG,"Bluetooth service disconnected");
PanProfile.java 17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothPan;
23 import android.bluetooth.BluetoothProfile;
33 * PanProfile handles Bluetooth PAN profile (NAP and PANU).
56 if (V) Log.d(TAG,"Bluetooth service connected");
62 if (V) Log.d(TAG,"Bluetooth service disconnected");
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkService.java 17 package com.android.bluetooth.a2dp;
19 import android.bluetooth.BluetoothAudioConfig;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothProfile;
22 import android.bluetooth.IBluetoothA2dpSink;
24 import com.android.bluetooth.btservice.ProfileService;
25 import com.android.bluetooth.Utils;
31 * Provides Bluetooth A2DP Sink profile, as a service in the Bluetooth application.
106 "Need BLUETOOTH ADMIN permission")
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.le.AdvertiseSettings;
21 import android.bluetooth.le.AdvertiseData;
22 import android.bluetooth.le.ScanFilter;
23 import android.bluetooth.le.ScanSettings;
24 import android.bluetooth.le.ResultStorageDescriptor;
27 import android.bluetooth.IBluetoothGattCallback;
28 import android.bluetooth.IBluetoothGattServerCallback;
IBluetooth.aidl 17 package android.bluetooth;
19 import android.bluetooth.IBluetoothCallback;
20 import android.bluetooth.IBluetoothStateChangeCallback;
21 import android.bluetooth.BluetoothActivityEnergyInfo;
22 import android.bluetooth.BluetoothDevice;
27 * System private API for talking with the Bluetooth service.
IBluetoothHeadsetClient.aidl 17 package android.bluetooth;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothHeadsetClientCall;
24 * API for Bluetooth Headset Client service (HFP HF Role)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleScannerService.java 17 package com.android.cts.verifier.bluetooth;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothManager;
22 import android.bluetooth.le.AdvertiseSettings;
23 import android.bluetooth.le.BluetoothLeScanner;
24 import android.bluetooth.le.ScanCallback;
25 import android.bluetooth.le.ScanFilter;
26 import android.bluetooth.le.ScanSettings;
27 import android.bluetooth.le.ScanRecord;
28 import android.bluetooth.le.ScanResult
    [all...]
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 4 import android.bluetooth.BluetoothAdapter;
5 import android.bluetooth.BluetoothManager;
6 import android.bluetooth.le.AdvertiseCallback;
7 import android.bluetooth.le.AdvertiseData;
8 import android.bluetooth.le.AdvertiseSettings;
9 import android.bluetooth.le.BluetoothLeAdvertiser;
88 * Get references to system Bluetooth objects if we don't have them already.
ScannerFragment.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.le.BluetoothLeScanner;
21 import android.bluetooth.le.ScanCallback;
22 import android.bluetooth.le.ScanFilter;
23 import android.bluetooth.le.ScanResult;
24 import android.bluetooth.le.ScanSettings;
43 * Scans for Bluetooth Low Energy Advertisements matching a filter and displays them to the user.
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 4 import android.bluetooth.BluetoothAdapter;
5 import android.bluetooth.BluetoothManager;
6 import android.bluetooth.le.AdvertiseCallback;
7 import android.bluetooth.le.AdvertiseData;
8 import android.bluetooth.le.AdvertiseSettings;
9 import android.bluetooth.le.BluetoothLeAdvertiser;
88 * Get references to system Bluetooth objects if we don't have them already.
ScannerFragment.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.le.BluetoothLeScanner;
21 import android.bluetooth.le.ScanCallback;
22 import android.bluetooth.le.ScanFilter;
23 import android.bluetooth.le.ScanResult;
24 import android.bluetooth.le.ScanSettings;
43 * Scans for Bluetooth Low Energy Advertisements matching a filter and displays them to the user.
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
AdvertiserService.java 4 import android.bluetooth.BluetoothAdapter;
5 import android.bluetooth.BluetoothManager;
6 import android.bluetooth.le.AdvertiseCallback;
7 import android.bluetooth.le.AdvertiseData;
8 import android.bluetooth.le.AdvertiseSettings;
9 import android.bluetooth.le.BluetoothLeAdvertiser;
88 * Get references to system Bluetooth objects if we don't have them already.
ScannerFragment.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.le.BluetoothLeScanner;
21 import android.bluetooth.le.ScanCallback;
22 import android.bluetooth.le.ScanFilter;
23 import android.bluetooth.le.ScanResult;
24 import android.bluetooth.le.ScanSettings;
43 * Scans for Bluetooth Low Energy Advertisements matching a filter and displays them to the user.
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 33 package com.android.bluetooth.opp;
39 import com.android.bluetooth.BluetoothObexTransport;
41 import android.bluetooth.BluetoothAdapter;
42 import android.bluetooth.BluetoothServerSocket;
43 import android.bluetooth.BluetoothSocket;
44 import android.bluetooth.BluetoothUuid;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 17 package com.android.settings.bluetooth;
20 import android.bluetooth.BluetoothA2dp;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothHeadset;
24 import android.bluetooth.BluetoothProfile;
38 "com.android.settings.bluetooth.action.DOCK_SHOW_UI";
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequestPullVcardListing.java 17 package android.bluetooth.client.pbap;
21 import android.bluetooth.client.pbap.utils.ObexAppParameters;
22 import android.bluetooth.client.pbap.BluetoothPbapVcardListing;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 15 package com.android.bluetooth.map;
25 import com.android.bluetooth.BluetoothObexTransport;
26 import com.android.bluetooth.IObexConnectionHandler;
27 import com.android.bluetooth.ObexServerSockets;
28 import com.android.bluetooth.map.BluetoothMapContentObserver.Msg;
29 import com.android.bluetooth.map.BluetoothMapUtils.TYPE;
30 import com.android.bluetooth.sdp.SdpManager;
32 import android.bluetooth.BluetoothAdapter;
33 import android.bluetooth.BluetoothDevice;
34 import android.bluetooth.BluetoothServerSocket
    [all...]

Completed in 558 milliseconds

1 2 3 45 6 7 8 91011>>