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

1 2 3 4 5 6 7 8 91011>>

  /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;
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
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'
  /packages/apps/Bluetooth/src/com/android/bluetooth/
ObexServerSockets.java 15 package com.android.bluetooth;
24 import android.bluetooth.BluetoothAdapter;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothServerSocket;
27 import android.bluetooth.BluetoothSocket;
106 throw new RuntimeException("No bluetooth adapter...");
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
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;
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapObexLevelTest.java 1 package com.android.bluetooth.tests;
14 import android.bluetooth.BluetoothServerSocket;
15 import android.bluetooth.BluetoothSocket;
23 import com.android.bluetooth.BluetoothObexTransport;
24 import com.android.bluetooth.tests.TestSequencer.OPTYPE;
123 LocalServerSocket serverSock = new LocalServerSocket("com.android.bluetooth.tests.sock");
154 * Server side of a dual device test using a Bluetooth Socket.
158 * expires. When the test completes, the Bluetooth subsystem will be restarted, causing
198 * Server side of a dual device test using a Bluetooth Socket.
202 * expires. When the test completes, the Bluetooth subsystem will be restarted, causin
    [all...]
MapTestData.java 1 package com.android.bluetooth.tests;
19 import com.android.bluetooth.map.BluetoothMapConvoContactElement;
20 import com.android.bluetooth.map.BluetoothMapConvoListing;
21 import com.android.bluetooth.map.BluetoothMapConvoListingElement;
22 import com.android.bluetooth.mapapi.BluetoothMapContract;
BluetoothMapUtilsTest.java 2 package com.android.bluetooth.tests;
12 import com.android.bluetooth.SignedLongLong;
13 import com.android.bluetooth.map.BluetoothMapUtils;
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/pbap/
BluetoothPhabVcardManagerTest.java 17 package com.android.bluetooth.tests.pbap;
26 import com.android.bluetooth.pbap.BluetoothPbapObexServer;
27 import com.android.bluetooth.pbap.BluetoothPbapVcardManager;
28 import com.android.bluetooth.tests.mock.BluetoothMockContext;
29 import com.android.bluetooth.tests.mock.SimpleMockContentProvider;
  /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;
38 import com.android.bluetooth.pan.PanService;
42 * This class tracks the data connection associated with Bluetooth
49 private static final String NETWORK_TYPE = "Bluetooth Tethering";
75 // Called by NetworkFactory when PanService and NetworkFactory both desire a Bluetooth
76 // reverse-tether connection. A network interface for Bluetooth reverse-tethering can be
127 // Called from NetworkFactory to indicate ConnectivityService no longer desires a Bluetooth
150 // Called by PanService when a network interface for Bluetooth reverse-tethering
170 // Called by PanService when a network interface for Bluetooth reverse-tetherin
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothPreferences.java 17 package com.android.settings.bluetooth;
25 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
26 import com.android.settingslib.bluetooth.LocalBluetoothManager;
30 * related to Bluetooth.
72 // If Bluetooth Settings is visible
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeScanner.java 17 package android.bluetooth.le;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothGatt;
25 import android.bluetooth.BluetoothGattCallbackWrapper;
26 import android.bluetooth.IBluetoothGatt;
27 import android.bluetooth.IBluetoothManager;
41 * This class provides methods to perform scan related operations for Bluetooth LE devices. An
42 * application can scan for a particular type of Bluetooth LE devices using {@link ScanFilter}. It
67 * @param bluetoothManager BluetoothManager that conducts overall Bluetooth Management.
78 * Start Bluetooth LE scan with default parameters and no filters. The scan results will b
    [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
ScanResult.java 17 package android.bluetooth.le;
20 import android.bluetooth.BluetoothDevice;
27 * ScanResult for Bluetooth LE scan.
30 // Remote bluetooth device.
46 * @param device Remote bluetooth device that is found.
98 * Returns the remote bluetooth device identified by the bluetooth device address.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryActivity.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.BluetoothGattService;
84 // Broadcast Receiver for Bluetooth related events
315 Log.d(TAG, "Bluetooth device successfully unpaired.");
322 Log.e(TAG, "Failed to unpair Bluetooth Device: " + mDevice.getName());
326 Log.e(TAG, "Bluetooth device not found. Address = " + mDeviceAddress)
    [all...]
  /device/generic/arm64/
BoardConfig.mk 27 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/lge/hammerhead/
init.hammerhead.rc 47 # bluetooth
48 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/type
49 chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/state
52 # bluetooth LPM
53 chown bluetooth net_bt_stack /proc/bluetooth/sleep/lpm
54 chown bluetooth net_bt_stack /proc/bluetooth/sleep/btwrite
56 #bluetooth UART dev
57 chown bluetooth net_bt_stack /sys/devices/platform/msm_serial_hs.0/cloc
    [all...]
  /external/sepolicy/
app.te 215 # bluetooth requires net_admin and wake_alarm.
216 neverallow { appdomain -bluetooth } self:capability *;
217 neverallow { appdomain -bluetooth } self:capability2 *;
237 neverallow { appdomain -bluetooth } hci_attach_dev:chr_file
264 neverallow { appdomain -bluetooth -radio -shell -system_app -nfc }
331 neverallow { appdomain -bluetooth }
352 neverallow { appdomain -bluetooth -nfc }
368 neverallow { appdomain -system_app -radio -shell -bluetooth -nfc }
  /frameworks/base/media/java/android/media/midi/
IMidiManager.aidl 19 import android.bluetooth.BluetoothDevice;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsObexServer.java 17 package android.bluetooth.client.map;
22 import android.bluetooth.client.map.utils.ObexAppParameters;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppHandoverReceiver.java 17 package com.android.bluetooth.opp;
19 import android.bluetooth.BluetoothDevice;

Completed in 731 milliseconds

1 2 3 4 5 6 7 8 91011>>