Searched defs:bluetooth (Results 1 - 24 of 24) sorted by last modified time

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothRebootStressTest.java17 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 of
[all...]
H A DBluetoothStressTest.java17 package android.bluetooth;
25 * Includes tests for enabling/disabling bluetooth, enabling/disabling discoverable mode,
29 * This test suite uses {@link android.bluetooth.BluetoothTestRunner} to for parameters such as the
H A DBluetoothTestRunner.java17 package android.bluetooth;
50 * -w com.android.bluetooth.tests/android.bluetooth.BluetoothTestRunner
H A DBluetoothTestUtils.java17 package android.bluetooth;
19 import android.bluetooth.BluetoothPan;
20 import android.bluetooth.BluetoothProfile;
547 fail("discoverable() bluetooth not enabled");
590 fail("undiscoverable() bluetooth not enabled");
633 fail("startScan() bluetooth not enabled");
671 fail("stopScan() bluetooth not enabled");
785 fail(String.format("%s bluetooth not enabled", methodName));
847 fail(String.format("%s bluetooth not enabled", methodName));
916 fail(String.format("%s bluetooth no
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java17 package android.bluetooth;
70 "android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED";
91 "android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED";
192 * Initiate connection to a profile of the remote bluetooth device.
331 * @param device Paired bluetooth device
H A DBluetoothAdapter.java17 package android.bluetooth;
69 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
100 "android.bluetooth.adapter.action.STATE_CHANGED";
111 "android.bluetooth.adapter.extra.STATE";
121 "android.bluetooth.adapter.extra.PREVIOUS_STATE";
168 "android.bluetooth.adapter.action.REQUEST_DISCOVERABLE";
177 "android.bluetooth.adapter.extra.DISCOVERABLE_DURATION";
196 "android.bluetooth.adapter.action.REQUEST_ENABLE";
208 "android.bluetooth.adapter.action.SCAN_MODE_CHANGED";
217 public static final String EXTRA_SCAN_MODE = "android.bluetooth
[all...]
H A DBluetoothAssignedNumbers.java17 package android.bluetooth;
23 * @see <a href="https://www.bluetooth.org/technical/assignednumbers/identifiers.htm">
H A DBluetoothClass.java17 package android.bluetooth;
45 * http://www.bluetooth.org/Technical/AssignedNumbers/baseband.htm
288 * Check class bits for possible bluetooth profile support.
H A DBluetoothDevice.java17 package android.bluetooth;
60 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
90 "android.bluetooth.device.action.FOUND";
102 "android.bluetooth.device.action.DISAPPEARED";
113 "android.bluetooth.device.action.CLASS_CHANGED";
125 "android.bluetooth.device.action.ACL_CONNECTED";
138 "android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED";
150 "android.bluetooth.device.action.ACL_DISCONNECTED";
161 "android.bluetooth.device.action.NAME_CHANGED";
173 "android.bluetooth
[all...]
H A DBluetoothDevicePicker.java17 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";
H A DBluetoothHeadset.java17 package android.bluetooth;
70 "android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED";
90 "android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED";
128 "android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT";
135 "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_CMD";
142 "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE";
186 "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_ARGS";
193 "android.bluetooth.headset.intent.category.companyid";
310 * Initiate connection to a profile of the remote bluetooth device.
449 * @param device Paired bluetooth devic
[all...]
H A DBluetoothHealth.java17 package android.bluetooth;
346 * @param device Remote bluetooth device.
H A DBluetoothHealthAppConfiguration.java18 package android.bluetooth;
H A DBluetoothHealthCallback.java18 package android.bluetooth;
H A DBluetoothInputDevice.java17 package android.bluetooth;
70 "android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED";
77 "android.bluetooth.input.profile.action.PROTOCOL_MODE_CHANGED";
85 "android.bluetooth.input.profile.action.VIRTUAL_UNPLUG_STATUS";
158 public static final String EXTRA_PROTOCOL_MODE = "android.bluetooth.BluetoothInputDevice.extra.PROTOCOL_MODE";
163 public static final String EXTRA_REPORT_TYPE = "android.bluetooth.BluetoothInputDevice.extra.REPORT_TYPE";
168 public static final String EXTRA_REPORT_ID = "android.bluetooth.BluetoothInputDevice.extra.REPORT_ID";
173 public static final String EXTRA_REPORT_BUFFER_SIZE = "android.bluetooth.BluetoothInputDevice.extra.REPORT_BUFFER_SIZE";
178 public static final String EXTRA_REPORT = "android.bluetooth.BluetoothInputDevice.extra.REPORT";
183 public static final String EXTRA_VIRTUAL_UNPLUG_STATUS = "android.bluetooth
[all...]
H A DBluetoothInputStream.java17 package android.bluetooth;
H A DBluetoothOutputStream.java17 package android.bluetooth;
H A DBluetoothPan.java17 package android.bluetooth;
73 "android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED";
80 public static final String EXTRA_LOCAL_ROLE = "android.bluetooth.pan.extra.LOCAL_ROLE";
193 * Initiate connection to a profile of the remote bluetooth device.
H A DBluetoothPbap.java17 package android.bluetooth;
59 "android.bluetooth.pbap.intent.PBAP_STATE";
62 "android.bluetooth.pbap.intent.PBAP_PREVIOUS_STATE";
69 "android.bluetooth.pbap.intent.action.PBAP_STATE_CHANGED";
H A DBluetoothProfile.java18 package android.bluetooth;
37 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
46 "android.bluetooth.profile.extra.PREVIOUS_STATE";
149 * @param device Remote bluetooth device.
H A DBluetoothServerSocket.java17 package android.bluetooth;
63 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
H A DBluetoothSocket.java17 package android.bluetooth;
79 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
344 Log.e(TAG, "bindListen fail, reason: bluetooth is off");
H A DBluetoothTetheringDataTracker.java17 package android.bluetooth;
H A DBluetoothUuid.java17 package android.bluetooth;

Completed in 151 milliseconds