Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java301 private native void gattClientSetPreferredPhyNative( in gattClientSetPreferredPhyNative() method in GattNativeInterface
464 gattClientSetPreferredPhyNative(clientIf, address, txPhy, rxPhy, phyOptions); in gattClientSetPreferredPhy()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1380 static void gattClientSetPreferredPhyNative(JNIEnv* env, jobject /* object */, in gattClientSetPreferredPhyNative() function
2799 (void*)gattClientSetPreferredPhyNative}, in register_com_android_bluetooth_gatt_()