Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java394 private native void gattTestNative( in gattTestNative() method in GattNativeInterface
665 gattTestNative(command, uuid1Lsb, uuid1Msb, bda1, p1, p2, p3, p4, p5); in gattTest()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2531 static void gattTestNative(JNIEnv* env, jobject /* object */, jint command, in gattTestNative() function
2857 (void*)gattTestNative}, in register_com_android_bluetooth_gatt_()