Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java314 private native void gattClientGetGattDbNative(int connId); in gattClientGetGattDbNative() method in GattNativeInterface
491 gattClientGetGattDbNative(connId); in gattClientGetGattDb()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1439 static void gattClientGetGattDbNative(JNIEnv* /* env */, jobject /* object */, in gattClientGetGattDbNative() function
2808 {"gattClientGetGattDbNative", "(I)V", (void*)gattClientGetGattDbNative}, in register_com_android_bluetooth_gatt_()