Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java282 return connectLeAudioNative(getByteAddress(device)); in connectLeAudio()
428 private native boolean connectLeAudioNative(byte[] address); in connectLeAudioNative() method in LeAudioNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_le_audio.cpp477 static jboolean connectLeAudioNative(JNIEnv* env, jobject /* object */, in connectLeAudioNative() function
1596 {"connectLeAudioNative", "([B)Z", (void*)connectLeAudioNative}, in register_com_android_bluetooth_le_audio()