Searched refs:a2dpState (Results 1 – 1 of 1) sorted by relevance
381 int a2dpState = btAdapter.getProfileConnectionState(BluetoothProfile.HEADSET); in isBluetoothHeadsetInUse() local382 return (BluetoothProfile.STATE_CONNECTED == a2dpState in isBluetoothHeadsetInUse()383 || BluetoothProfile.STATE_CONNECTING == a2dpState); in isBluetoothHeadsetInUse()