Searched defs:bluetooth (Results 101 - 106 of 106) sorted by relevance

12345

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java17 package android.bluetooth;
21 import android.bluetooth.le.BluetoothLeAdvertiser;
22 import android.bluetooth.le.BluetoothLeScanner;
23 import android.bluetooth.le.ScanCallback;
24 import android.bluetooth.le.ScanFilter;
25 import android.bluetooth.le.ScanRecord;
26 import android.bluetooth.le.ScanResult;
27 import android.bluetooth.le.ScanSettings;
82 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
113 "android.bluetooth
[all...]
H A DBluetoothDevice.java17 package android.bluetooth;
60 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
98 "android.bluetooth.device.action.FOUND";
110 "android.bluetooth.device.action.DISAPPEARED";
121 "android.bluetooth.device.action.CLASS_CHANGED";
133 "android.bluetooth.device.action.ACL_CONNECTED";
146 "android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED";
158 "android.bluetooth.device.action.ACL_DISCONNECTED";
169 "android.bluetooth.device.action.NAME_CHANGED";
181 "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;
26 import android.bluetooth.client.map.BluetoothMasRequestSetMessageStatus.StatusIndicator;
27 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 1627 milliseconds

12345