Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1515 static void gattServerReadPhyNative(JNIEnv* env, jobject object, jint serverIf, in gattServerReadPhyNative() function
2192 (void*)gattServerReadPhyNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2929 gattServerReadPhyNative(serverIf, address); in serverReadPhy()
3333 private native void gattServerReadPhyNative(int clientIf, String address); in gattServerReadPhyNative() method in GattService