Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1025 static void gattClientReadPhyNative(JNIEnv* env, jobject object, jint clientIf, in gattClientReadPhyNative() function
2154 (void*)gattClientReadPhyNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2247 gattClientReadPhyNative(clientIf, address); in clientReadPhy()
3248 private native void gattClientReadPhyNative(int clientIf, String address); in gattClientReadPhyNative() method in GattService