Searched refs:gattTestNative (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 2300 gattTestNative(command, uuid1.getLeastSignificantBits(), in gattTestCommand() 2303 gattTestNative(command, 0,0, bda1, p1, p2, p3, p4, p5); in gattTestCommand() 2306 private native void gattTestNative(int command, in gattTestNative() method in GattService
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1636 static void gattTestNative(JNIEnv *env, jobject object, jint command, in gattTestNative() function 1729 {"gattTestNative", "(IJJLjava/lang/String;IIIII)V", (void *) gattTestNative},
|