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.cpp1478 static void gattServerConnectNative(JNIEnv* env, jobject object, jint server_if, in gattServerConnectNative() function
2186 (void*)gattServerConnectNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2884 gattServerConnectNative(serverIf, address, isDirect, transport); in serverConnect()
3325 private native void gattServerConnectNative(int serverIf, String address, boolean isDirect, in gattServerConnectNative() method in GattService