Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java109 int bluetoothHeadsetState = intent.getIntExtra(BluetoothHeadset.EXTRA_STATE, in handleConnectionStateChanged() local
121 device.getAddress(), bluetoothHeadsetState); in handleConnectionStateChanged()
125 if (bluetoothHeadsetState == BluetoothProfile.STATE_CONNECTED) { in handleConnectionStateChanged()
127 } else if (bluetoothHeadsetState == BluetoothProfile.STATE_DISCONNECTED in handleConnectionStateChanged()
128 || bluetoothHeadsetState == BluetoothProfile.STATE_DISCONNECTING) { in handleConnectionStateChanged()