Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1550 static void gattServerAddDescriptorNative (JNIEnv *env, jobject object, in gattServerAddDescriptorNative() function
1721 {"gattServerAddDescriptorNative", "(IIJJI)V", (void *) gattServerAddDescriptorNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2129 gattServerAddDescriptorNative(serverIf, srvcHandle, in continueServiceDeclaration()
2384 private native void gattServerAddDescriptorNative (int server_if, in gattServerAddDescriptorNative() method in GattService