Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java283 private native int gattClientGetDeviceTypeNative(String address); in gattClientGetDeviceTypeNative() method in GattNativeInterface
424 return gattClientGetDeviceTypeNative(address); in gattClientGetDeviceType()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1311 static int gattClientGetDeviceTypeNative(JNIEnv* env, jobject /* object */, in gattClientGetDeviceTypeNative() function
2789 (void*)gattClientGetDeviceTypeNative}, in register_com_android_bluetooth_gatt_()