Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java304 private native void gattClientReadPhyNative(int clientIf, String address); in gattClientReadPhyNative() method in GattNativeInterface
469 gattClientReadPhyNative(clientIf, address); in gattClientReadPhy()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1402 static void gattClientReadPhyNative(JNIEnv* env, jobject /* object */, in gattClientReadPhyNative() function
2801 (void*)gattClientReadPhyNative}, in register_com_android_bluetooth_gatt_()