Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1536 static void gattServerAddCharacteristicNative (JNIEnv *env, jobject object, in gattServerAddCharacteristicNative() function
1720 {"gattServerAddCharacteristicNative", "(IIJJII)V", (void *) gattServerAddCharacteristicNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2122 gattServerAddCharacteristicNative(serverIf, srvcHandle, in continueServiceDeclaration()
2380 private native void gattServerAddCharacteristicNative (int server_if, in gattServerAddCharacteristicNative() method in GattService