Lines Matching full:bluetooth
28 field public static final java.lang.String BLUETOOTH = "android.permission.BLUETOOTH";
4216 package android.bluetooth {
4218 public final class BluetoothA2dp implements android.bluetooth.BluetoothProfile {
4219 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4220 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4221 method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4222 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
4223 field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED";
4224 field public static final java.lang.String ACTION_PLAYING_STATE_CHANGED = "android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED";
4232 method public void closeProfileProxy(int, android.bluetooth.BluetoothProfile);
4236 method public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();
4237 method public static synchronized android.bluetooth.BluetoothAdapter getDefaultAdapter();
4240 method public boolean getProfileProxy(android.content.Context, android.bluetooth.BluetoothProfile.ServiceListener, int);
4241 method public android.bluetooth.BluetoothDevice getRemoteDevice(java.lang.String);
4246 method public android.bluetooth.BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(java.lang.String, java.util.UUID) throws java.io.IOException;
4247 method public android.bluetooth.BluetoothServerSocket listenUsingRfcommWithServiceRecord(java.lang.String, java.util.UUID) throws java.io.IOException;
4250 field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED";
4251 field public static final java.lang.String ACTION_DISCOVERY_FINISHED = "android.bluetooth.adapter.action.DISCOVERY_FINISHED";
4252 field public static final java.lang.String ACTION_DISCOVERY_STARTED = "android.bluetooth.adapter.action.DISCOVERY_STARTED";
4253 field public static final java.lang.String ACTION_LOCAL_NAME_CHANGED = "android.bluetooth.adapter.action.LOCAL_NAME_CHANGED";
4254 field public static final java.lang.String ACTION_REQUEST_DISCOVERABLE = "android.bluetooth.adapter.action.REQUEST_DISCOVERABLE";
4255 field public static final java.lang.String ACTION_REQUEST_ENABLE = "android.bluetooth.adapter.action.REQUEST_ENABLE";
4256 field public static final java.lang.String ACTION_SCAN_MODE_CHANGED = "android.bluetooth.adapter.action.SCAN_MODE_CHANGED";
4257 field public static final java.lang.String ACTION_STATE_CHANGED = "android.bluetooth.adapter.action.STATE_CHANGED";
4259 field public static final java.lang.String EXTRA_CONNECTION_STATE = "android.bluetooth.adapter.extra.CONNECTION_STATE";
4260 field public static final java.lang.String EXTRA_DISCOVERABLE_DURATION = "android.bluetooth.adapter.extra.DISCOVERABLE_DURATION";
4261 field public static final java.lang.String EXTRA_LOCAL_NAME = "android.bluetooth.adapter.extra.LOCAL_NAME";
4262 field public static final java.lang.String EXTRA_PREVIOUS_CONNECTION_STATE = "android.bluetooth.adapter.extra.PREVIOUS_CONNECTION_STATE";
4263 field public static final java.lang.String EXTRA_PREVIOUS_SCAN_MODE = "android.bluetooth.adapter.extra.PREVIOUS_SCAN_MODE";
4264 field public static final java.lang.String EXTRA_PREVIOUS_STATE = "android.bluetooth.adapter.extra.PREVIOUS_STATE";
4265 field public static final java.lang.String EXTRA_SCAN_MODE = "android.bluetooth.adapter.extra.SCAN_MODE";
4266 field public static final java.lang.String EXTRA_STATE = "android.bluetooth.adapter.extra.STATE";
4472 method public android.bluetooth.BluetoothSocket createInsecureRfcommSocketToServiceRecord(java.util.UUID) throws java.io.IOException;
4473 method public android.bluetooth.BluetoothSocket createRfcommSocketToServiceRecord(java.util.UUID) throws java.io.IOException;
4476 method public android.bluetooth.BluetoothClass getBluetoothClass();
4480 field public static final java.lang.String ACTION_ACL_CONNECTED = "android.bluetooth.device.action.ACL_CONNECTED";
4481 field public static final java.lang.String ACTION_ACL_DISCONNECTED = "android.bluetooth.device.action.ACL_DISCONNECTED";
4482 field public static final java.lang.String ACTION_ACL_DISCONNECT_REQUESTED = "android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED";
4483 field public static final java.lang.String ACTION_BOND_STATE_CHANGED = "android.bluetooth.device.action.BOND_STATE_CHANGED";
4484 field public static final java.lang.String ACTION_CLASS_CHANGED = "android.bluetooth.device.action.CLASS_CHANGED";
4485 field public static final java.lang.String ACTION_FOUND = "android.bluetooth.device.action.FOUND";
4486 field public static final java.lang.String ACTION_NAME_CHANGED = "android.bluetooth.device.action.NAME_CHANGED";
4492 field public static final java.lang.String EXTRA_BOND_STATE = "android.bluetooth.device.extra.BOND_STATE";
4493 field public static final java.lang.String EXTRA_CLASS = "android.bluetooth.device.extra.CLASS";
4494 field public static final java.lang.String EXTRA_DEVICE = "android.bluetooth.device.extra.DEVICE";
4495 field public static final java.lang.String EXTRA_NAME = "android.bluetooth.device.extra.NAME";
4496 field public static final java.lang.String EXTRA_PREVIOUS_BOND_STATE = "android.bluetooth.device.extra.PREVIOUS_BOND_STATE";
4497 field public static final java.lang.String EXTRA_RSSI = "android.bluetooth.device.extra.RSSI";
4500 public final class BluetoothHeadset implements android.bluetooth.BluetoothProfile {
4501 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4502 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4503 method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4504 method public boolean isAudioConnected(android.bluetooth.BluetoothDevice);
4505 method public boolean startVoiceRecognition(android.bluetooth.BluetoothDevice);
4506 method public boolean stopVoiceRecognition(android.bluetooth.BluetoothDevice);
4507 field public static final java.lang.String ACTION_AUDIO_STATE_CHANGED = "android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED";
4508 field public static final java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED";
4509 field public static final java.lang.String ACTION_VENDOR_SPECIFIC_HEADSET_EVENT = "android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT";
4515 field public static final java.lang.String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS = "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_ARGS";
4516 field public static final java.lang.String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD = "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_CMD";
4517 field public static final java.lang.String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE = "android.bluetooth.headset.extra.VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE";
4521 field public static final java.lang.String VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY = "android.bluetooth.headset.intent.category.companyid";
4524 public final class BluetoothHealth implements android.bluetooth.BluetoothProfile {
4525 method public boolean connectChannelToSource(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
4526 method public boolean disconnectChannel(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration, int);
4527 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4528 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4529 method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4530 method public android.os.ParcelFileDescriptor getMainChannelFd(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
4531 method public boolean registerSinkAppConfiguration(java.lang.String, int, android.bluetooth.BluetoothHealthCallback);
4532 method public boolean unregisterAppConfiguration(android.bluetooth.BluetoothHealthAppConfiguration);
4558 method public void onHealthAppConfigurationStatusChange(android.bluetooth.BluetoothHealthAppConfiguration, int);
4559 method public void onHealthChannelStateChange(android.bluetooth.BluetoothHealthAppConfiguration, android.bluetooth.BluetoothDevice, int, int, android.os.ParcelFileDescriptor, int);
4563 method public abstract java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4564 method public abstract int getConnectionState(android.bluetooth.BluetoothDevice);
4565 method public abstract java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4567 field public static final java.lang.String EXTRA_PREVIOUS_STATE = "android.bluetooth.profile.extra.PREVIOUS_STATE";
4568 field public static final java.lang.String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
4578 method public abstract void onServiceConnected(int, android.bluetooth.BluetoothProfile);
4583 method public android.bluetooth.BluetoothSocket accept() throws java.io.IOException;
4584 method public android.bluetooth.BluetoothSocket accept(int) throws java.io.IOException;
4593 method public android.bluetooth.BluetoothDevice getRemoteDevice();
6221 field public static final java.lang.String FEATURE_BLUETOOTH = "android.hardware.bluetooth";
17434 field public static final java.lang.String RADIO_BLUETOOTH = "bluetooth";