Searched refs:gattClientGetDeviceTypeNative (Results 1 – 2 of 2) sorted by relevance
983 static int gattClientGetDeviceTypeNative(JNIEnv* env, jobject object, jstring address) in gattClientGetDeviceTypeNative() function1697 …{"gattClientGetDeviceTypeNative", "(Ljava/lang/String;)I", (void *) gattClientGetDeviceTypeNative},
2056 int type = gattClientGetDeviceTypeNative(device.getAddress()); in getDeviceType()2318 private native int gattClientGetDeviceTypeNative(String address); in gattClientGetDeviceTypeNative() method in GattService