Home
last modified time | relevance | path

Searched refs:broadcastConnectionState (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java202 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage()
206 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
256 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent()
272 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED, in processConnectionEvent()
318 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
358 broadcastConnectionState(mCurrentDevice, in processConnectionEvent()
367 broadcastConnectionState(mTargetDevice, in processConnectionEvent()
383 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
390 broadcastConnectionState(mIncomingDevice, in processConnectionEvent()
405 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED, in processConnectionEvent()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java256 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED, in doQuit()
292 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage()
296 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
343 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent()
359 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED, in processConnectionEvent()
409 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
441 broadcastConnectionState(mCurrentDevice, in processConnectionEvent()
450 broadcastConnectionState(mTargetDevice, in processConnectionEvent()
466 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
481 broadcastConnectionState(mIncomingDevice, in processConnectionEvent()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java350 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage()
354 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
413 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent()
425 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
433 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED, in processConnectionEvent()
451 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
491 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
554 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
564 broadcastConnectionState(mTargetDevice, in processConnectionEvent()
584 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java792 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage()
796 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
840 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent()
853 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
939 broadcastConnectionState( in processMessage()
957 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
974 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED, in processConnectionEvent()
1007 broadcastConnectionState(mCurrentDevice, in processConnectionEvent()
1010 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent()
1075 broadcastConnectionState(dev, BluetoothProfile.STATE_DISCONNECTING, in processMessage()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java103 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED); in cleanup()
156 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
157 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
167 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
168 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
188 broadcastConnectionState(device, convertHalState(halState));
592 private void broadcastConnectionState(BluetoothDevice device, int newState) { in broadcastConnectionState() method in HidService
DHidDevService.java143 broadcastConnectionState(device, state);
635 private void broadcastConnectionState(BluetoothDevice device, int newState) { in broadcastConnectionState() method in HidDevService