Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java353 private native void gattServerConnectNative( in gattServerConnectNative() method in GattNativeInterface
596 gattServerConnectNative(serverIf, address, addressType, isDirect, transport); in gattServerConnect()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1939 static void gattServerConnectNative(JNIEnv* env, jobject /* object */, in gattServerConnectNative() function
2834 (void*)gattServerConnectNative}, in register_com_android_bluetooth_gatt_()