FileDocCategorySizeDatePackage
BluetoothIntent.javaAPI DocAndroid 1.5 API6591Wed May 06 22:41:54 BST 2009android.bluetooth

BluetoothIntent

public interface BluetoothIntent
The Android Bluetooth API is not finalized, and *will* change. Use at your own risk. Manages the local Bluetooth device. Scan for devices, create bondings, power up and down the adapter.
hide

Fields Summary
public static final String
SCAN_MODE
public static final String
ADDRESS
public static final String
NAME
public static final String
ALIAS
public static final String
RSSI
public static final String
CLASS
public static final String
BLUETOOTH_STATE
public static final String
BLUETOOTH_PREVIOUS_STATE
public static final String
HEADSET_STATE
public static final String
HEADSET_PREVIOUS_STATE
public static final String
HEADSET_AUDIO_STATE
public static final String
BOND_STATE
public static final String
BOND_PREVIOUS_STATE
public static final String
REASON
public static final String
BLUETOOTH_STATE_CHANGED_ACTION
Broadcast when the local Bluetooth device state changes, for example when Bluetooth is enabled. Will contain int extra's BLUETOOTH_STATE and BLUETOOTH_PREVIOUS_STATE.
public static final String
NAME_CHANGED_ACTION
public static final String
SCAN_MODE_CHANGED_ACTION
Broadcast when the scan mode changes. Always contains an int extra named SCAN_MODE that contains the new scan mode.
public static final String
DISCOVERY_STARTED_ACTION
public static final String
DISCOVERY_COMPLETED_ACTION
public static final String
PAIRING_REQUEST_ACTION
public static final String
PAIRING_CANCEL_ACTION
public static final String
REMOTE_DEVICE_FOUND_ACTION
public static final String
REMOTE_DEVICE_DISAPPEARED_ACTION
public static final String
REMOTE_DEVICE_CLASS_UPDATED_ACTION
public static final String
REMOTE_DEVICE_CONNECTED_ACTION
public static final String
REMOTE_DEVICE_DISCONNECT_REQUESTED_ACTION
public static final String
REMOTE_DEVICE_DISCONNECTED_ACTION
public static final String
REMOTE_NAME_UPDATED_ACTION
public static final String
REMOTE_NAME_FAILED_ACTION
public static final String
BOND_STATE_CHANGED_ACTION
Broadcast when the bond state of a remote device changes. Has string extra ADDRESS and int extras BOND_STATE and BOND_PREVIOUS_STATE. If BOND_STATE is BluetoothDevice.BOND_NOT_BONDED then will also have an int extra REASON with a value of: BluetoothDevice.BOND_RESULT_*
public static final String
HEADSET_STATE_CHANGED_ACTION
TODO(API release): Move into BluetoothHeadset
public static final String
HEADSET_AUDIO_STATE_CHANGED_ACTION
TODO(API release): Consider incorporating as new state in HEADSET_STATE_CHANGED
Constructors Summary
Methods Summary