Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp986 static void gattClientConnectNative(JNIEnv* env, jobject object, jint clientif, in gattClientConnectNative() function
2147 (void*)gattClientConnectNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2218 gattClientConnectNative(clientIf, address, isDirect, transport, opportunistic, phy); in clientConnect()
3275 private native void gattClientConnectNative(int clientIf, String address, boolean isDirect, in gattClientConnectNative() method in GattService