Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java172 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage()
176 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
223 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent()
245 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED, in processConnectionEvent()
297 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
329 broadcastConnectionState(mCurrentDevice, in processConnectionEvent()
338 broadcastConnectionState(mTargetDevice, in processConnectionEvent()
354 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
361 broadcastConnectionState(mIncomingDevice, in processConnectionEvent()
375 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED, in processConnectionEvent()
[all …]
DA2dpSinkStateMachine.java184 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage()
188 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
238 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent()
260 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED, in processConnectionEvent()
312 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
348 broadcastConnectionState(mCurrentDevice, in processConnectionEvent()
357 broadcastConnectionState(mTargetDevice, in processConnectionEvent()
373 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
380 broadcastConnectionState(mIncomingDevice, in processConnectionEvent()
394 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED, in processConnectionEvent()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java342 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage()
346 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
407 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent()
430 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED, in processConnectionEvent()
491 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
548 broadcastConnectionState(device, in processConnectionEvent()
559 broadcastConnectionState(mTargetDevice, in processConnectionEvent()
580 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
593 broadcastConnectionState(mIncomingDevice, in processConnectionEvent()
612 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED, in processConnectionEvent()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java1342 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage()
1346 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
1387 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent()
1485 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_DISCONNECTED, in processConnectionEvent()
1496 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED, in processConnectionEvent()
1518 broadcastConnectionState(mCurrentDevice, in processConnectionEvent()
1521 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processConnectionEvent()
1573 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING, in processMessage()
1575 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED, in processMessage()
1588 broadcastConnectionState(dev, BluetoothProfile.STATE_DISCONNECTING, in processMessage()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java154 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
155 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
165 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTING);
166 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED);
186 broadcastConnectionState(device, convertHalState(halState));
597 private void broadcastConnectionState(BluetoothDevice device, int newState) { in broadcastConnectionState() method in HidService