Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java372 private native void gattServerSendNotificationNative( in gattServerSendNotificationNative() method in GattNativeInterface
637 gattServerSendNotificationNative(serverIf, attrHandle, connId, val); in gattServerSendNotification()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2093 static void gattServerSendNotificationNative(JNIEnv* env, jobject /* object */, in gattServerSendNotificationNative() function
2850 (void*)gattServerSendNotificationNative}, in register_com_android_bluetooth_gatt_()