Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java93 static final int DIRECTION_SOURCE = 2; field in LeAudioStackEvent
255 case DIRECTION_SOURCE: in eventTypeValue1ToString()
DLeAudioService.java1405 mNativeInterface.setUnicastMonitorMode(LeAudioStackEvent.DIRECTION_SOURCE, true); in activeBroadcastAssistantNotification()
1408 mNativeInterface.setUnicastMonitorMode(LeAudioStackEvent.DIRECTION_SOURCE, false); in activeBroadcastAssistantNotification()
2617 mNativeInterface.setUnicastMonitorMode(LeAudioStackEvent.DIRECTION_SOURCE, false); in handleSourceStreamStatusChange()
2626 } else if (direction == LeAudioStackEvent.DIRECTION_SOURCE) { in handleUnicastStreamStatusChange()