Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java316 BluetoothLeAudioCodecStatus btLeCodecStatus = null; in getCodec() local
319 btLeCodecStatus = mLeAudio.getCodecStatus(groupId); in getCodec()
323 if (btLeCodecStatus == null) { in getCodec()
329 btLeCodecStatus.getOutputCodecConfig(); in getCodec()
721 BluetoothLeAudioCodecStatus btLeCodecStatus = null; in onBtProfileConnected() local
723 btLeCodecStatus = mLeAudio.getCodecStatus(groupId); in onBtProfileConnected()
727 if (btLeCodecStatus == null) { in onBtProfileConnected()
733 btLeCodecStatus.getOutputCodecSelectableCapabilities(); in onBtProfileConnected()
741 btLeCodecStatus.getInputCodecSelectableCapabilities(); in onBtProfileConnected()