Searched defs:bluetooth (Results 126 - 133 of 133) sorted by relevance

123456

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java17 package android.bluetooth;
19 import android.bluetooth.BluetoothPan;
20 import android.bluetooth.BluetoothProfile;
549 fail("discoverable() bluetooth not enabled");
592 fail("undiscoverable() bluetooth not enabled");
635 fail("startScan() bluetooth not enabled");
673 fail("stopScan() bluetooth not enabled");
787 fail(String.format("%s bluetooth not enabled", methodName));
849 fail(String.format("%s bluetooth not enabled", methodName));
929 fail(String.format("%s bluetooth no
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java17 package com.android.settingslib.bluetooth;
19 import android.bluetooth.BluetoothClass;
20 import android.bluetooth.BluetoothDevice;
21 import android.bluetooth.BluetoothProfile;
22 import android.bluetooth.BluetoothUuid;
29 import android.bluetooth.BluetoothAdapter;
214 // from bluetooth stack but ACTION.uuid is not sent yet.
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java18 package android.bluetooth;
26 import android.bluetooth.le.BluetoothLeAdvertiser;
27 import android.bluetooth.le.BluetoothLeScanner;
28 import android.bluetooth.le.ScanCallback;
29 import android.bluetooth.le.ScanFilter;
30 import android.bluetooth.le.ScanRecord;
31 import android.bluetooth.le.ScanResult;
32 import android.bluetooth.le.ScanSettings;
87 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
126 "android.bluetooth
[all...]
H A DBluetoothDevice.java17 package android.bluetooth;
62 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
101 "android.bluetooth.device.action.FOUND";
113 "android.bluetooth.device.action.DISAPPEARED";
124 "android.bluetooth.device.action.CLASS_CHANGED";
136 "android.bluetooth.device.action.ACL_CONNECTED";
149 "android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED";
161 "android.bluetooth.device.action.ACL_DISCONNECTED";
172 "android.bluetooth.device.action.NAME_CHANGED";
184 "android.bluetooth
[all...]
H A DBluetoothHeadsetClient.java17 package android.bluetooth;
72 "android.bluetooth.headsetclient.profile.action.CONNECTION_STATE_CHANGED";
90 "android.bluetooth.headsetclient.profile.action.AUDIO_STATE_CHANGED";
106 "android.bluetooth.headsetclient.profile.action.AG_EVENT";
117 "android.bluetooth.headsetclient.profile.action.AG_CALL_CHANGED";
127 "android.bluetooth.headsetclient.profile.action.RESULT";
138 "android.bluetooth.headsetclient.profile.action.LAST_VTAG";
150 "android.bluetooth.headsetclient.extra.AUDIO_WBS";
158 "android.bluetooth.headsetclient.extra.NETWORK_STATUS";
164 "android.bluetooth
[all...]
H A DBluetoothAssignedNumbers.java17 package android.bluetooth;
23 * @see <a href="https://www.bluetooth.org/technical/assignednumbers/identifiers.htm">
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java17 package android.bluetooth.client.map;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothMasInstance;
21 import android.bluetooth.BluetoothSocket;
22 import android.bluetooth.SdpMasRecord;
27 import android.bluetooth.client.map.BluetoothMasRequestSetMessageStatus.StatusIndicator;
28 import android.bluetooth.client.map.utils.ObexTime;
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapClient.java17 package android.bluetooth.client.pbap;
19 import android.bluetooth.BluetoothDevice;

Completed in 195 milliseconds

123456