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.cpp1033 static void gattClientRefreshNative(JNIEnv* env, jobject object, jint clientIf, in gattClientRefreshNative() function
2156 (void*)gattClientRefreshNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2280 gattClientRefreshNative(clientIf, address); in refreshDevice()
3250 private native void gattClientRefreshNative(int clientIf, String address); in gattClientRefreshNative() method in GattService