Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java2160 updateFallbackUnicastGroupIdForBroadcast(groupId); in setActiveGroupWithDevice()
2886 updateFallbackUnicastGroupIdForBroadcast(LE_AUDIO_GROUP_ID_INVALID); in transitionFromBroadcastToUnicast()
2898 updateFallbackUnicastGroupIdForBroadcast(LE_AUDIO_GROUP_ID_INVALID); in transitionFromBroadcastToUnicast()
3269 updateFallbackUnicastGroupIdForBroadcast(groupId); in messageFromNative()
3278 updateFallbackUnicastGroupIdForBroadcast(groupId); in messageFromNative()
4485 updateFallbackUnicastGroupIdForBroadcast(LE_AUDIO_GROUP_ID_INVALID); in handleGroupNodeRemoved()
4671 private void updateFallbackUnicastGroupIdForBroadcast(int groupId) { in updateFallbackUnicastGroupIdForBroadcast() method in LeAudioService