HomeSort by relevance Sort by last modified time
    Searched refs:broadcastConnectionState (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 177 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
181 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
228 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
250 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
302 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
334 broadcastConnectionState(mCurrentDevice,
343 broadcastConnectionState(mTargetDevice,
359 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
366 broadcastConnectionState(mIncomingDevice,
380 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 265 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
269 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
329 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
352 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
407 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
452 broadcastConnectionState(mCurrentDevice,
461 broadcastConnectionState(mTargetDevice,
477 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
484 broadcastConnectionState(mIncomingDevice,
498 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 153 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
154 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
164 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
165 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
185 broadcastConnectionState(device, convertHalState(halState));
563 private void broadcastConnectionState(BluetoothDevice device, int newState) {

Completed in 36 milliseconds