Searched defs:gattServerConnectNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1516 static void gattServerConnectNative(JNIEnv* env, jobject object, jint server_if, function in namespace:android
2213 {"gattServerConnectNative", "(ILjava/lang/String;ZI)V",
2214 (void*)gattServerConnectNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2353 gattServerConnectNative(serverIf, address, isDirect,transport);
2741 private native void gattServerConnectNative(int server_if, String address, method in class:GattService

Completed in 1709 milliseconds