Searched defs:gattServerReadPhyNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1515 static void gattServerReadPhyNative(JNIEnv* env, jobject object, jint serverIf, function in namespace:android
2191 {"gattServerReadPhyNative", "(ILjava/lang/String;)V",
2192 (void*)gattServerReadPhyNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2873 gattServerReadPhyNative(serverIf, address);
3263 private native void gattServerReadPhyNative(int clientIf, String address); method in class:GattService

Completed in 20 milliseconds