HomeSort by relevance Sort by last modified time
    Searched defs:bluetooth (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/bluetooth/
AtCommandHandler.java 17 package android.bluetooth;
19 import android.bluetooth.AtCommandResult;
BluetoothInputStream.java 17 package android.bluetooth;
25 * Used to write to a Bluetooth socket.
BluetoothOutputStream.java 17 package android.bluetooth;
25 * Used to read from a Bluetooth socket.
AtCommandResult.java 17 package android.bluetooth;
BluetoothDevicePicker.java 17 package android.bluetooth;
29 "android.bluetooth.devicepicker.extra.NEED_AUTH";
31 "android.bluetooth.devicepicker.extra.FILTER_TYPE";
33 "android.bluetooth.devicepicker.extra.LAUNCH_PACKAGE";
35 "android.bluetooth.devicepicker.extra.DEVICE_PICKER_LAUNCH_CLASS";
44 "android.bluetooth.devicepicker.action.DEVICE_SELECTED";
59 "android.bluetooth.devicepicker.action.LAUNCH";
BluetoothServerSocket.java 17 package android.bluetooth;
25 * A listening Bluetooth socket.
27 * <p>The interface for Bluetooth Sockets is similar to that of TCP sockets:
35 * <p>The most common type of Bluetooth socket is RFCOMM, which is the type
37 * transport over Bluetooth. It is also known as the Serial Port Profile (SPP).
56 * Requires the {@link android.Manifest.permission#BLUETOOTH} permission.
72 * @throws IOException On error, for example Bluetooth not available, or
BluetoothProfileState.java 16 package android.bluetooth;
BluetoothUuid.java 17 package android.bluetooth;
30 /* See Bluetooth Assigned Numbers document - SDP section, to get the values of UUIDs
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtErrorActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
BluetoothOppLiveFolder.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
48 .parse("content://com.android.bluetooth.opp/live_folders/received");
BluetoothOppObexSession.java 33 package com.android.bluetooth.opp;
BluetoothOppTransferInfo.java 33 package com.android.bluetooth.opp;
BluetoothOppBtEnableActivity.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
BluetoothOppRfcommTransport.java 33 package com.android.bluetooth.opp;
41 import android.bluetooth.BluetoothSocket;
BluetoothOppShareInfo.java 33 package com.android.bluetooth.opp;
BluetoothOppTransferAdapter.java 33 package com.android.bluetooth.opp;
35 import com.android.bluetooth.R;
37 import android.bluetooth.BluetoothAdapter;
38 import android.bluetooth.BluetoothDevice;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
SettingsBtStatus.java 17 package com.android.settings.bluetooth;
19 import android.bluetooth.BluetoothDevice;
BluetoothEnabler.java 17 package com.android.settings.bluetooth;
22 import android.bluetooth.BluetoothAdapter;
34 * BluetoothEnabler is a helper to manage the Bluetooth on/off checkbox
35 * preference. It is turns on/off Bluetooth and ensures the summary of the
61 // Bluetooth is not supported
72 // Bluetooth state is not sticky, so set it manually
91 // Show toast message if Bluetooth is not allowed in airplane mode
BluetoothEventRedirector.java 17 package com.android.settings.bluetooth;
20 import com.android.settings.bluetooth.LocalBluetoothProfileManager.Profile;
22 import android.bluetooth.BluetoothA2dp;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothClass;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothHeadset;
35 * BluetoothEventRedirector receives broadcasts and callbacks from the Bluetooth
152 // Bluetooth on/off broadcasts
BluetoothPairingRequest.java 17 package com.android.settings.bluetooth;
24 import android.bluetooth.BluetoothDevice;
33 * BluetoothPairingRequest is a receiver for any Bluetooth pairing request. It
34 * checks if the Bluetooth Settings is currently visible and brings up the PIN, the passkey or a
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestRunner.java 17 package android.bluetooth;
BluetoothRebootStressTest.java 17 package android.bluetooth;
25 * This test case tests that bluetooth is enabled after a device reboot. Because
51 * Test method used to start the test by turning bluetooth on.
60 * bluetooth is on. Does not toggle bluetooth after the check. Assumes that
61 * bluetooth has been turned on by {@code #testStart()}
71 * bluetooth is on. Toggles bluetooth after the check. Assumes that
72 * bluetooth has been turned on by {@code #testStart()}
84 * Test method used in the stop the test by turning bluetooth off. Assume
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapReceiver.java 33 package com.android.bluetooth.pbap;
35 import android.bluetooth.BluetoothAdapter;
BluetoothPbapRfcommTransport.java 33 package com.android.bluetooth.pbap;
35 import android.bluetooth.BluetoothSocket;
BluetoothPbapAuthenticator.java 33 package com.android.bluetooth.pbap;

Completed in 706 milliseconds

1 2 3 4