Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1513 static void gattServerAddServiceNative (JNIEnv *env, jobject object, in gattServerAddServiceNative() function
1718 {"gattServerAddServiceNative", "(IIIJJI)V", (void *) gattServerAddServiceNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2114 gattServerAddServiceNative(serverIf, entry.serviceType, in continueServiceDeclaration()
2372 private native void gattServerAddServiceNative (int server_if, in gattServerAddServiceNative() method in GattService