Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:bluetooth

17 package android.bluetooth;
35 * This class provides the public APIs to control the Bluetooth A2DP
38 *<p>BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP
42 * <p> Android only supports one connected Bluetooth A2dp device at a time.
65 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
70 "android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED";
86 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
91 "android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED";
142 * Bluetooth A2DP service.
166 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent);
199 * Initiate connection to a profile of the remote bluetooth device.
206 * device is already connected or Bluetooth is not turned on.
215 * @param device Remote Bluetooth Device
239 * Bluetooth device is not in connected state etc. When this API returns,
256 * @param device Remote Bluetooth Device
338 * @param device Paired bluetooth device
369 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
371 * @param device Bluetooth device
453 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.