Searched defs:gattServerSendIndicationNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1639 static void gattServerSendIndicationNative(JNIEnv* env, jobject object, function in namespace:android
2226 {"gattServerSendIndicationNative", "(III[B)V",
2227 (void*)gattServerSendIndicationNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2464 gattServerSendIndicationNative(serverIf, handle, connId, value);
2760 private native void gattServerSendIndicationNative (int server_if, method in class:GattService

Completed in 45 milliseconds