Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManagerNativeInterface.java88 stopAdvertisingSetNative(advertiserId); in stopAdvertisingSet()
178 private native void stopAdvertisingSetNative(int advertiserId); in stopAdvertisingSetNative() method in AdvertiseManagerNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2309 static void stopAdvertisingSetNative(JNIEnv* /* env */, jobject /* object */, in stopAdvertisingSetNative() function
2670 {"stopAdvertisingSetNative", "(I)V", (void*)stopAdvertisingSetNative}, in register_com_android_bluetooth_gatt_advertise_manager()