Searched refs:gattTestNative (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 3949 gattTestNative(command, uuid1.getLeastSignificantBits(), uuid1.getMostSignificantBits(), in gattTestCommand() 3952 gattTestNative(command, 0, 0, bda1, p1, p2, p3, p4, p5); in gattTestCommand() 3956 private native void gattTestNative(int command, long uuid1Lsb, long uuid1Msb, String bda1, in gattTestNative() method in GattService
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 2268 static void gattTestNative(JNIEnv* env, jobject object, jint command, in gattTestNative() function 2432 {"gattTestNative", "(IJJLjava/lang/String;IIIII)V", (void*)gattTestNative},
|