Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1604 static void gattServerSendIndicationNative(JNIEnv* env, jobject object, in gattServerSendIndicationNative() function
2201 (void*)gattServerSendIndicationNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java3010 gattServerSendIndicationNative(serverIf, handle, connId, value); in sendNotification()
3306 private native void gattServerSendIndicationNative(int serverIf, int attrHandle, int connId, in gattServerSendIndicationNative() method in GattService