Home | History | Annotate | Download | only in api

Lines Matching full:bluetooth

28     field public static final java.lang.String BLUETOOTH = "android.permission.BLUETOOTH";
4221 package android.bluetooth {
4223 public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {
4224 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4225 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4226 method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4227 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
4228 field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED";
4229 field public static final java.lang.String ACTION_PLAYING_STATE_CHANGED = "android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED";
4237 method public void closeProfileProxy(int, android.bluetooth.BluetoothProfile);
4241 method public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();
4242 method public static synchronized android.bluetooth.BluetoothAdapter getDefaultAdapter();
4245 method public boolean getProfileProxy(android.content.Context, android.bluetooth.BluetoothProfile.ServiceListener, int);
4246 method public android.bluetooth.BluetoothDevice getRemoteDevice(java.lang.String);
4251 method public android.bluetooth.BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(java.lang.String, java.util.UUID) throws java.io.IOException;
4252 method public android.bluetooth.BluetoothServerSocket listenUsingRfcommWithServiceRecord(java.lang.String, java.util.UUID) throws java.io.IOException;
4255 field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED";
4256 field public static final java.lang.String ACTION_DISCOVERY_FINISHED = "android.bluetooth.adapter.action.DISCOVERY_FINISHED";
4257 field public static final java.lang.String ACTION_DISCOVERY_STARTED = "android.bluetooth.adapter.action.DISCOVERY_STARTED";
4258 field public static final java.lang.String ACTION_LOCAL_NAME_CHANGED = "android.bluetooth.adapter.action.LOCAL_NAME_CHANGED";
4259 field public static final java.lang.String ACTION_REQUEST_DISCOVERABLE = "android.bluetooth.adapter.action.REQUEST_DISCOVERABLE";
4260 field public static final java.lang.String ACTION_REQUEST_ENABLE = "android.bluetooth.adapter.action.REQUEST_ENABLE";
4261 field public static final java.lang.String ACTION_SCAN_MODE_CHANGED = "android.bluetooth.adapter.action.SCAN_MODE_CHANGED";
4262 field public static final java.lang.String ACTION_STATE_CHANGED = "android.bluetooth.adapter.action.STATE_CHANGED";
4264 field public static final java.lang.String EXTRA_CONNECTION_STATE = "android.bluetooth.adapter.extra.CONNECTION_STATE";
4265 field public static final java.lang.String EXTRA_DISCOVERABLE_DURATION = "android.bluetooth.adapter.extra.DISCOVERABLE_DURATION";
4266 field public static final java.lang.String EXTRA_LOCAL_NAME = "android.bluetooth.adapter.extra.LOCAL_NAME";
4267 field public static final java.lang.String EXTRA_PREVIOUS_CONNECTION_STATE = "android.bluetooth.adapter.extra.PREVIOUS_CONNECTION_STATE";
4268 field public static final java.lang.String EXTRA_PREVIOUS_SCAN_MODE = "android.bluetooth.adapter.extra.PREVIOUS_SCAN_MODE";
4269 field public static final java.lang.String EXTRA_PREVIOUS_STATE = "android.bluetooth.adapter.extra.PREVIOUS_STATE";
4270 field public static final java.lang.String EXTRA_SCAN_MODE = "android.bluetooth.adapter.extra.SCAN_MODE";
4271 field public static final java.lang.String EXTRA_STATE = "android.bluetooth.adapter.extra.STATE";
4477 method public android.bluetooth.BluetoothSocket createInsecureRfcommSocketToServiceRecord(java.util.UUID) throws java.io.IOException;
4478 method public android.bluetooth.BluetoothSocket createRfcommSocketToServiceRecord(java.util.UUID) throws java.io.IOException;
4482 method public android.bluetooth.BluetoothClass getBluetoothClass();
4487 field public static final java.lang.String ACTION_ACL_CONNECTED = "android.bluetooth.device.action.ACL_CONNECTED";
4488 field public static final java.lang.String ACTION_ACL_DISCONNECTED = "android.bluetooth.device.action.ACL_DISCONNECTED";
4489 field public static final java.lang.String ACTION_ACL_DISCONNECT_REQUESTED = "android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED";
4490 field public static final java.lang.String ACTION_BOND_STATE_CHANGED = "android.bluetooth.device.action.BOND_STATE_CHANGED";
4491 field public static final java.lang.String ACTION_CLASS_CHANGED = "android.bluetooth.device.action.CLASS_CHANGED";
4492 field public static final java.lang.String ACTION_FOUND = "android.bluetooth.device.action.FOUND";
4493 field public static final java.lang.String ACTION_NAME_CHANGED = "android.bluetooth.device.action.NAME_CHANGED";
4494 field public static final java.lang.String ACTION_UUID = "android.bluetooth.device.action.UUID";
4500 field public static final java.lang.String EXTRA_BOND_STATE = "android.bluetooth.device.extra.BOND_STATE";
4501 field public static final java.lang.String EXTRA_CLASS = "android.bluetooth.device.extra.CLASS";
4502 field public static final java.lang.String EXTRA_DEVICE = "android.bluetooth.device.extra.DEVICE";
4503 field public static final java.lang.String EXTRA_NAME = "android.bluetooth.device.extra.NAME";
4504 field public static final java.lang.String EXTRA_PREVIOUS_BOND_STATE = "android.bluetooth.device.extra.PREVIOUS_BOND_STATE";
4505 field public static final java.lang.String EXTRA_RSSI = "android.bluetooth.device.extra.RSSI";
4506 field public static final java.lang.String EXTRA_UUID = "android.bluetooth.device.extra.UUID";
4509 public final class BluetoothHeadset implements android.bluetooth.BluetoothProfile {
4510 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4511 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4512 method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4513 method public boolean isAudioConnected(android.bluetooth.BluetoothDevice);
4514 method public boolean startVoiceRecognition(android.bluetooth.BluetoothDevice);
4515 method public boolean stopVoiceRecognition(android.bluetooth.BluetoothDevice);
4516 field public static final java.lang.String ACTION_AUDIO_STATE_CHANGED = "android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED";
4517 field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED";
4518 field public static final java.lang.String ACTION_VENDOR_SPECIFIC_HEADSET_EVENT = "android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT";
4524 field public static final java.lang.String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS = "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_ARGS";
4525 field public static final java.lang.String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD = "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_CMD";
4526 field public static final java.lang.String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE = "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE";
4530 field public static final java.lang.String VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY = "android.bluetooth.headset.intent.category.companyid";
4533 public final class BluetoothHealth implements android.bluetooth.BluetoothProfile {
4534 method public boolean connectChannelToSource(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
4535 method public boolean disconnectChannel(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration, int);
4536 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4537 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4538 method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4539 method public android.os.ParcelFileDescriptor getMainChannelFd(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
4540 method public boolean registerSinkAppConfiguration(java.lang.String, int, android.bluetooth.BluetoothHealthCallback);
4541 method public boolean unregisterAppConfiguration(android.bluetooth.BluetoothHealthAppConfiguration);
4567 method public void onHealthAppConfigurationStatusChange(android.bluetooth.BluetoothHealthAppConfiguration, int);
4568 method public void onHealthChannelStateChange(android.bluetooth.BluetoothHealthAppConfiguration, android.bluetooth.BluetoothDevice, int, int, android.os.ParcelFileDescriptor, int);
4572 method public abstract java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4573 method public abstract int getConnectionState(android.bluetooth.BluetoothDevice);
4574 method public abstract java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4576 field public static final java.lang.String EXTRA_PREVIOUS_STATE = "android.bluetooth.profile.extra.PREVIOUS_STATE";
4577 field public static final java.lang.String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
4587 method public abstract void onServiceConnected(int, android.bluetooth.BluetoothProfile);
4592 method public android.bluetooth.BluetoothSocket accept() throws java.io.IOException;
4593 method public android.bluetooth.BluetoothSocket accept(int) throws java.io.IOException;
4602 method public android.bluetooth.BluetoothDevice getRemoteDevice();
6243 field public static final java.lang.String FEATURE_BLUETOOTH = "android.hardware.bluetooth";
17561 field public static final java.lang.String RADIO_BLUETOOTH = "bluetooth";