Searched defs:gattServerDeleteServiceNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1626 static void gattServerDeleteServiceNative (JNIEnv *env, jobject object, function in namespace:android
1774 {"gattServerDeleteServiceNative", "(II)V", (void *) gattServerDeleteServiceNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1923 gattServerDeleteServiceNative(serverIf, srvcHandle);
2150 gattServerDeleteServiceNative(serverIf, handle);
2321 private native void gattServerDeleteServiceNative (int server_if, method in class:GattService

Completed in 17 milliseconds