Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java369 private native void gattServerSendIndicationNative( in gattServerSendIndicationNative() method in GattNativeInterface
632 gattServerSendIndicationNative(serverIf, attrHandle, connId, val); in gattServerSendIndication()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2074 static void gattServerSendIndicationNative(JNIEnv* env, jobject /* object */, in gattServerSendIndicationNative() function
2848 (void*)gattServerSendIndicationNative}, in register_com_android_bluetooth_gatt_()