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