Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java306 private native void gattClientRefreshNative(int clientIf, String address); in gattClientRefreshNative() method in GattNativeInterface
474 gattClientRefreshNative(clientIf, address); in gattClientRefresh()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1410 static void gattClientRefreshNative(JNIEnv* env, jobject /* object */, in gattClientRefreshNative() function
2803 (void*)gattClientRefreshNative}, in register_com_android_bluetooth_gatt_()