Merge "Fix BluetoothAdapter Connection change intent doc." into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
485d577af1
@ -296,12 +296,12 @@ public final class BluetoothAdapter {
|
|||||||
* can use this intent.
|
* can use this intent.
|
||||||
*
|
*
|
||||||
* <p>This intent will have 3 extras:
|
* <p>This intent will have 3 extras:
|
||||||
* {@link #EXTRA_STATE} - The current state.
|
* {@link #EXTRA_CONNECTION_STATE} - The current connection state.
|
||||||
* {@link #EXTRA_PREVIOUS_STATE}- The previous.
|
* {@link #EXTRA_PREVIOUS_CONNECTION_STATE}- The previous connection state.
|
||||||
* {@link BluetoothDevice#EXTRA_DEVICE} - The remote device.
|
* {@link BluetoothDevice#EXTRA_DEVICE} - The remote device.
|
||||||
*
|
*
|
||||||
* {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of
|
* {@link #EXTRA_CONNECTION_STATE} or {@link #EXTRA_PREVIOUS_CONNECTION_STATE}
|
||||||
* {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
|
* can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
|
||||||
* {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}.
|
* {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}.
|
||||||
*
|
*
|
||||||
* <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive.
|
* <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive.
|
||||||
|
Reference in New Issue
Block a user