Searched refs:gattServerConnectNative (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1492 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/ |
D | GattService.java | 1911 gattServerConnectNative(serverIf, address, isDirect,transport); in serverConnect() 2366 private native void gattServerConnectNative(int server_if, String address, in gattServerConnectNative() method in GattService
|