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.cpp1524 static void gattServerAddServiceNative(JNIEnv* env, jobject object, in gattServerAddServiceNative() function
2195 (void*)gattServerAddServiceNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2955 gattServerAddServiceNative(serverIf, db); in addService()
3300 private native void gattServerAddServiceNative(int serverIf, List<GattDbElement> service); in gattServerAddServiceNative() method in GattService