Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1230 static void gattClientReadPhyNative(JNIEnv* env, jobject object, jint clientIf, in gattClientReadPhyNative() function
2379 (void*)gattClientReadPhyNative},
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2784 gattClientReadPhyNative(clientIf, address); in clientReadPhy()
3983 private native void gattClientReadPhyNative(int clientIf, String address); in gattClientReadPhyNative() method in GattService