Searched refs:hfpState (Results 1 – 1 of 1) sorted by relevance
251 Integer hfpState = mHfpStateLiveData.getValue(); in isHfpConnected() local252 return hfpState == null || hfpState == BluetoothProfile.STATE_CONNECTED; in isHfpConnected()