Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioNativeInterface.java205 groupStopNative(groupId); in groupStop()
216 private native void groupStopNative(int groupId); in groupStopNative() method in LeAudioNativeInterface
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_le_audio.cpp253 static void groupStopNative(JNIEnv* env, jobject object, jint group_id) { in groupStopNative() function
272 {"groupStopNative", "(I)V", (void*)groupStopNative},