Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAdvertiseManager.java151 stopAdvertisingSetNative(advertiserId); in onAdvertisingSetStarted()
253 stopAdvertisingSetNative(advertiserId); in stopAdvertisingSet()
414 private native void stopAdvertisingSetNative(int advertiserId); in stopAdvertisingSetNative() method in AdvertiseManager
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1833 static void stopAdvertisingSetNative(JNIEnv* env, jobject object, in stopAdvertisingSetNative() function
2076 {"stopAdvertisingSetNative", "(I)V", (void*)stopAdvertisingSetNative},