Searched defs:gattAdvertiseNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvertiseManager.java316 gattAdvertiseNative(client.clientIf, false);
356 gattAdvertiseNative(client.clientIf, true);
499 private native void gattAdvertiseNative(int client_if, boolean start); method in class:AdvertiseManager.AdvertiseNative
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1293 static void gattAdvertiseNative(JNIEnv *env, jobject object, function in namespace:android
1818 {"gattAdvertiseNative", "(IZ)V", (void *) gattAdvertiseNative},

Completed in 26 milliseconds