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.cpp937 static int gattClientGetDeviceTypeNative(JNIEnv* env, jobject object, in gattClientGetDeviceTypeNative() function
2141 (void*)gattClientGetDeviceTypeNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java3059 int type = gattClientGetDeviceTypeNative(device.getAddress()); in getDeviceType()
3269 private native int gattClientGetDeviceTypeNative(String address); in gattClientGetDeviceTypeNative() method in GattService