Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1749 static void gattServerAddServiceNative(JNIEnv* env, jobject object, in gattServerAddServiceNative() function
2420 (void*)gattServerAddServiceNative},
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java3602 gattServerAddServiceNative(serverIf, db); in addService()
4035 private native void gattServerAddServiceNative(int serverIf, List<GattDbElement> service); in gattServerAddServiceNative() method in GattService