Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java220 LocalBluetoothProfile leAudio = mProfileManager.getLeAudioProfile(); in isLeAudioEnabled() local
221 if (leAudio != null) { in isLeAudioEnabled()
223 leAudio.toString()); in isLeAudioEnabled()
226 .anyMatch(item -> leAudio.isEnabled(item.getDevice()))) { in isLeAudioEnabled()