Loading android/app/src/com/android/bluetooth/le_audio/LeAudioNativeInterface.java +0 −11 Original line number Diff line number Diff line Loading @@ -407,17 +407,6 @@ public class LeAudioNativeInterface { setUnicastMonitorModeNative(direction, enable); } /** * Confirm streaming request by other profile if there were such request */ public void confirmUnicastStreamRequest() { if (DBG) { Log.d(TAG, "confirmUnicastStreamRequest"); } confirmUnicastStreamRequestNative(); } /** * Sends the audio preferences for the groupId to the native stack. * Loading Loading
android/app/src/com/android/bluetooth/le_audio/LeAudioNativeInterface.java +0 −11 Original line number Diff line number Diff line Loading @@ -407,17 +407,6 @@ public class LeAudioNativeInterface { setUnicastMonitorModeNative(direction, enable); } /** * Confirm streaming request by other profile if there were such request */ public void confirmUnicastStreamRequest() { if (DBG) { Log.d(TAG, "confirmUnicastStreamRequest"); } confirmUnicastStreamRequestNative(); } /** * Sends the audio preferences for the groupId to the native stack. * Loading