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.cpp1618 static void gattServerSendNotificationNative(JNIEnv* env, jobject object, in gattServerSendNotificationNative() function
2202 (void*)gattServerSendNotificationNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java3028 gattServerSendNotificationNative(serverIf, handle, connId, value); in sendNotification()
3344 private native void gattServerSendNotificationNative(int serverIf, int attrHandle, int connId, in gattServerSendNotificationNative() method in GattService