Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1060 static void gattClientGetGattDbNative(JNIEnv* env, jobject object, in gattClientGetGattDbNative() function
2161 {"gattClientGetGattDbNative", "(I)V", (void*)gattClientGetGattDbNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1293 gattClientGetGattDbNative(connId); in onSearchCompleted()
3258 private native void gattClientGetGattDbNative(int connId); in gattClientGetGattDbNative() method in GattService