Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1584 static void gattServerSendIndicationNative (JNIEnv *env, jobject object, in gattServerSendIndicationNative() function
1725 {"gattServerSendIndicationNative", "(III[B)V", (void *) gattServerSendIndicationNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2022 gattServerSendIndicationNative(serverIf, charHandle, connId, value); in sendNotification()
2397 private native void gattServerSendIndicationNative (int server_if, in gattServerSendIndicationNative() method in GattService