Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp983 static int gattClientGetDeviceTypeNative(JNIEnv* env, jobject object, jstring address) in gattClientGetDeviceTypeNative() function
1697 …{"gattClientGetDeviceTypeNative", "(Ljava/lang/String;)I", (void *) gattClientGetDeviceTypeNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2056 int type = gattClientGetDeviceTypeNative(device.getAddress()); in getDeviceType()
2318 private native int gattClientGetDeviceTypeNative(String address); in gattClientGetDeviceTypeNative() method in GattService