HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth (Results 176 - 200 of 536) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
ScanRecordTest.java 17 package android.bluetooth.le;
19 import android.bluetooth.le.ScanRecord;
30 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanRecordTest' -w
31 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
ScanFilterTest.java 17 package android.bluetooth.le;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.le.ScanFilter;
22 import android.bluetooth.le.ScanRecord;
30 * Unit test cases for Bluetooth LE scan filters.
32 * To run this test, use adb shell am instrument -e class 'android.bluetooth.ScanFilterTest' -w
33 * 'com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner'
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequestPullPhoneBook.java 17 package android.bluetooth.client.pbap;
22 import android.bluetooth.client.pbap.utils.ObexAppParameters;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtEnableActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableTimeoutReceiver.java 17 package com.android.settings.bluetooth;
23 import android.bluetooth.BluetoothAdapter;
35 "android.bluetooth.intent.DISCOVERABLE_TIMEOUT";
DeviceListPreferenceFragment.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
34 * Parent class for settings fragments that contain a list of Bluetooth
79 Log.e(TAG, "Bluetooth is not supported on this device");
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGattCallback.aidl 16 package android.bluetooth;
19 import android.bluetooth.le.AdvertiseSettings;
20 import android.bluetooth.le.ScanResult;
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeScanner.java 17 package android.bluetooth.le;
20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothGatt;
22 import android.bluetooth.BluetoothGattCallbackWrapper;
23 import android.bluetooth.IBluetoothGatt;
24 import android.bluetooth.IBluetoothManager;
38 * This class provides methods to perform scan related operations for Bluetooth LE devices. An
64 * @param bluetoothManager BluetoothManager that conducts overall Bluetooth Management.
75 * Start Bluetooth LE scan with default parameters and no filters. The scan results will be
91 * Start Bluetooth LE scan. The scan results will be delivered through {@code callback}
    [all...]
BluetoothLeUtils.java 17 package android.bluetooth.le;
19 import android.bluetooth.BluetoothAdapter;
29 * Helper class for Bluetooth LE utils.
129 * Ensure Bluetooth is turned on.
131 * @throws IllegalStateException If {@code adapter} is null or Bluetooth state is not
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 15 package com.android.bluetooth.map;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothServerSocket;
24 import android.bluetooth.BluetoothSocket;
25 import android.bluetooth.BluetoothUuid;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 17 package com.android.bluetooth.btservice;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothClass;
21 import android.bluetooth.BluetoothProfile;
22 import android.bluetooth.BluetoothDevice;
23 import com.android.bluetooth.a2dp.A2dpService;
24 import com.android.bluetooth.hid.HidService;
25 import com.android.bluetooth.hfp.HeadsetService;
32 import com.android.bluetooth.Utils;
33 import com.android.bluetooth.btservice.RemoteDevices.DeviceProperties
    [all...]
ProfileService.java 17 package com.android.bluetooth.btservice;
21 import com.android.bluetooth.Utils;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothProfile;
42 public static final String BLUETOOTH_PERM = android.Manifest.permission.BLUETOOTH;
  /device/moto/shamu/
init.shamu.rc 129 chown bluetooth net_bt_stack /sys/module/bluetooth_power/parameters/power
130 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/type
131 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/state
132 chown bluetooth net_bt_stack /proc/bluetooth/sleep/proto
133 chown bluetooth net_bt_stack /proc/bluetooth/sleep/lpm
134 chown bluetooth net_bt_stack /proc/bluetooth/sleep/btwrite
135 chown bluetooth net_bt_stack /sys/module/hci_uart/parameters/ath_lp
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 19 import static android.bluetooth.BluetoothAdapter.ERROR;
27 import android.bluetooth.BluetoothA2dp;
28 import android.bluetooth.BluetoothA2dpSink;
29 import android.bluetooth.BluetoothAdapter;
30 import android.bluetooth.BluetoothDevice;
31 import android.bluetooth.BluetoothHeadset;
32 import android.bluetooth.BluetoothHeadsetClient;
33 import android.bluetooth.BluetoothInputDevice;
34 import android.bluetooth.BluetoothManager;
35 import android.bluetooth.BluetoothMap
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 33 package com.android.bluetooth.pbap;
39 import android.bluetooth.BluetoothAdapter;
40 import android.bluetooth.BluetoothDevice;
41 import android.bluetooth.BluetoothPbap;
42 import android.bluetooth.BluetoothProfile;
43 import android.bluetooth.BluetoothServerSocket;
44 import android.bluetooth.BluetoothSocket;
45 import android.bluetooth.IBluetooth;
46 import android.bluetooth.IBluetoothPbap;
47 import android.bluetooth.BluetoothUuid
    [all...]
BluetoothPbapUtils.java 18 package com.android.bluetooth.pbap;
24 import com.android.bluetooth.Utils;
25 import com.android.bluetooth.pbap.BluetoothPbapService;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserHardwareScanFilterActivity.java 17 package com.android.cts.verifier.bluetooth;
22 import android.bluetooth.BluetoothAdapter;
23 import android.bluetooth.BluetoothDevice;
ConnectionAccessClientActivity.java 17 package com.android.cts.verifier.bluetooth;
22 import android.bluetooth.BluetoothAdapter;
23 import android.bluetooth.BluetoothDevice;
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BluetoothTest.java 19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothServerSocket;
29 * Test that the basic bluetooth API is callable in managed profiles.
30 * These tests should only be executed if the device supports bluetooth,
35 * {@link android.bluetooth.cts.BasicAdapterTest}.
95 // getRemoteDevice() should work even with Bluetooth disabled
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java 17 package com.android.bluetooth.pan;
19 import android.bluetooth.BluetoothDevice;
39 import com.android.bluetooth.pan.PanService;
43 * This class tracks the data connection associated with Bluetooth
50 private static final String NETWORK_TYPE = "Bluetooth Tethering";
76 // Called by NetworkFactory when PanService and NetworkFactory both desire a Bluetooth
77 // reverse-tether connection. A network interface for Bluetooth reverse-tethering can be
128 // Called from NetworkFactory to indicate ConnectivityService no longer desires a Bluetooth
151 // Called by PanService when a network interface for Bluetooth reverse-tethering
171 // Called by PanService when a network interface for Bluetooth reverse-tetherin
    [all...]
  /device/generic/arm64/
BoardConfig.mk 27 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
  /device/generic/armv7-a-neon/
BoardConfig.mk 20 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
  /device/generic/x86_64/
BoardConfig.mk 26 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
  /device/htc/flounder/
BoardConfig.mk 66 # Bluetooth
67 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/htc/flounder/bluetooth
95 bluetooth.te \
  /device/lge/hammerhead/
init.hammerhead.rc 57 # bluetooth
58 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/type
59 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/state
62 # bluetooth LPM
63 chown bluetooth net_bt_stack /proc/bluetooth/sleep/lpm
64 chown bluetooth net_bt_stack /proc/bluetooth/sleep/btwrite
66 #bluetooth UART dev
67 chown bluetooth net_bt_stack /sys/devices/platform/msm_serial_hs.0/cloc
    [all...]

Completed in 1106 milliseconds

1 2 3 4 5 6 78 91011>>