Searched refs:gattClientGetDeviceTypeNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp974 static int gattClientGetDeviceTypeNative(JNIEnv* env, jobject object, jstring address) function in namespace:android
1845 {"gattClientGetDeviceTypeNative", "(Ljava/lang/String;)I", (void *) gattClientGetDeviceTypeNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2107 int type = gattClientGetDeviceTypeNative(device.getAddress());
2358 private native int gattClientGetDeviceTypeNative(String address); method in class:GattService

Completed in 90 milliseconds