Home
last modified time | relevance | path

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

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