Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1052 static void gattClientRefreshNative(JNIEnv* env, jobject object, jint clientIf, in gattClientRefreshNative() function
2183 (void*)gattClientRefreshNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1868 gattClientRefreshNative(clientIf, address); in refreshDevice()
2700 private native void gattClientRefreshNative(int clientIf, String address); in gattClientRefreshNative() method in GattService