Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java3249 gattTestNative(command, uuid1.getLeastSignificantBits(), uuid1.getMostSignificantBits(), in gattTestCommand()
3252 gattTestNative(command, 0, 0, bda1, p1, p2, p3, p4, p5); in gattTestCommand()
3256 private native void gattTestNative(int command, long uuid1Lsb, long uuid1Msb, String bda1, in gattTestNative() method in GattService
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp2042 static void gattTestNative(JNIEnv* env, jobject object, jint command, in gattTestNative() function
2206 {"gattTestNative", "(IJJLjava/lang/String;IIIII)V", (void*)gattTestNative},