Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1492 static void gattServerConnectNative(JNIEnv *env, jobject object, in gattServerConnectNative() function
1716 {"gattServerConnectNative", "(ILjava/lang/String;ZI)V", (void *) gattServerConnectNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1911 gattServerConnectNative(serverIf, address, isDirect,transport); in serverConnect()
2366 private native void gattServerConnectNative(int server_if, String address, in gattServerConnectNative() method in GattService