Home
last modified time | relevance | path

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

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