Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1741 static void gattServerReadPhyNative(JNIEnv* env, jobject object, jint serverIf, in gattServerReadPhyNative() function
2418 (void*)gattServerReadPhyNative},
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java3555 gattServerReadPhyNative(serverIf, address); in serverReadPhy()
4033 private native void gattServerReadPhyNative(int clientIf, String address); in gattServerReadPhyNative() method in GattService