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.cpp1052 static void gattClientGetGattDbNative(JNIEnv* env, jobject object, in gattClientGetGattDbNative() function
1704 {"gattClientGetGattDbNative", "(I)V", (void *) gattClientGetGattDbNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java729 gattClientGetGattDbNative(connId); in onSearchCompleted()
2336 private native void gattClientGetGattDbNative(int conn_id); in gattClientGetGattDbNative() method in GattService