Searched refs:bluetoothHeadsetState (Results 1 – 1 of 1) sorted by relevance
109 int bluetoothHeadsetState = intent.getIntExtra(BluetoothHeadset.EXTRA_STATE, in handleConnectionStateChanged() local121 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()