Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java377 public void setUnicastMonitorMode(int direction, boolean enable) { in setUnicastMonitorMode() method in LeAudioNativeInterface
DLeAudioService.java1105 mNativeInterface.setUnicastMonitorMode(LeAudioStackEvent.DIRECTION_SINK, true); in createBroadcast()
1325 mNativeInterface.setUnicastMonitorMode(LeAudioStackEvent.DIRECTION_SINK, false); in destroyBroadcast()
1405 mNativeInterface.setUnicastMonitorMode(LeAudioStackEvent.DIRECTION_SOURCE, true); in activeBroadcastAssistantNotification()
1408 mNativeInterface.setUnicastMonitorMode(LeAudioStackEvent.DIRECTION_SOURCE, false); in activeBroadcastAssistantNotification()
2017 mNativeInterface.setUnicastMonitorMode(LeAudioStackEvent.DIRECTION_SINK, false); in updateActiveDevices()
2617 mNativeInterface.setUnicastMonitorMode(LeAudioStackEvent.DIRECTION_SOURCE, false); in handleSourceStreamStatusChange()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcastServiceTest.java944 .setUnicastMonitorMode(eq(LeAudioStackEvent.DIRECTION_SINK), eq(true)); in prepareHandoverStreamingBroadcast()