Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1995 static void gattServerSendNotificationNative(JNIEnv* env, jobject object, in gattServerSendNotificationNative() function
2582 (void*)gattServerSendNotificationNative},
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java4431 gattServerSendNotificationNative(serverIf, handle, connId, value); in sendNotification()
4842 private native void gattServerSendNotificationNative(int serverIf, int attrHandle, int connId, in gattServerSendNotificationNative() method in GattService