Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java361 private native void gattServerReadPhyNative(int clientIf, String address); in gattServerReadPhyNative() method in GattNativeInterface
612 gattServerReadPhyNative(clientIf, address); in gattServerReadPhy()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1978 static void gattServerReadPhyNative(JNIEnv* env, jobject /* object */, in gattServerReadPhyNative() function
2840 (void*)gattServerReadPhyNative}, in register_com_android_bluetooth_gatt_()