Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1563 static void gattServerStartServiceNative (JNIEnv *env, jobject object, in gattServerStartServiceNative() function
1722 {"gattServerStartServiceNative", "(III)V", (void *) gattServerStartServiceNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2149 gattServerStartServiceNative(serverIf, srvcHandle, in continueServiceDeclaration()
2388 private native void gattServerStartServiceNative (int server_if, in gattServerStartServiceNative() method in GattService