Lines Matching defs:state

51      * Intent used to broadcast the change in connection state of the Headset
56 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li>
57 * <li> {@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile. </li>
72 * Intent used to broadcast the change in the Audio Connection state of the
77 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li>
78 * <li> {@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile. </li>
195 * Headset state when SCO audio is not connected.
196 * This state can be one of
203 * Headset state when SCO audio is connecting.
204 * This state can be one of
211 * Headset state when SCO audio is connected.
212 * This state can be one of
261 * connection state intent for the profile will be broadcasted with
262 * the state. Users can get the connection state of the profile
292 * Bluetooth device is not in connected state etc. When this API returns,
293 * true, it is guaranteed that the connection state change
294 * intent will be broadcasted with the state. Users can get the
295 * disconnection state of the profile from this intent.
297 * <p> If the disconnection is initiated by a remote device, the state
300 * host (local) device the state will transition from
301 * {@link #STATE_CONNECTED} to state {@link #STATE_DISCONNECTING} to
302 * state {@link #STATE_DISCONNECTED}. The transition to
677 * Set the audio state of the Headset.
682 public boolean setAudioState(BluetoothDevice device, int state) {
686 return mService.setAudioState(device, state);
696 * Get the current audio state of the Headset.