Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/
DFmService.java381 int a2dpState = btAdapter.getProfileConnectionState(BluetoothProfile.HEADSET); in isBluetoothHeadsetInUse() local
382 return (BluetoothProfile.STATE_CONNECTED == a2dpState in isBluetoothHeadsetInUse()
383 || BluetoothProfile.STATE_CONNECTING == a2dpState); in isBluetoothHeadsetInUse()