Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1528 static void gattServerAddIncludedServiceNative (JNIEnv *env, jobject object, in gattServerAddIncludedServiceNative() function
1719 {"gattServerAddIncludedServiceNative", "(III)V", (void *) gattServerAddIncludedServiceNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2140 gattServerAddIncludedServiceNative(serverIf, srvcHandle, in continueServiceDeclaration()
2377 private native void gattServerAddIncludedServiceNative (int server_if, in gattServerAddIncludedServiceNative() method in GattService