Searched refs:gattServerConnectNative (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1478 static void gattServerConnectNative(JNIEnv* env, jobject object, jint server_if, in gattServerConnectNative() function 2186 (void*)gattServerConnectNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 2884 gattServerConnectNative(serverIf, address, isDirect, transport); in serverConnect() 3325 private native void gattServerConnectNative(int serverIf, String address, boolean isDirect, in gattServerConnectNative() method in GattService
|