Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvertiseManager.java151 stopAdvertisingSetNative(advertiserId); in onAdvertisingSetStarted()
258 stopAdvertisingSetNative(advertiserId); in stopAdvertisingSet()
454 private native void stopAdvertisingSetNative(int advertiserId); in stopAdvertisingSetNative() method in AdvertiseManager
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp2059 static void stopAdvertisingSetNative(JNIEnv* env, jobject object, in stopAdvertisingSetNative() function
2302 {"stopAdvertisingSetNative", "(I)V", (void*)stopAdvertisingSetNative},