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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvertiseManager.java149 stopAdvertisingSetNative(advertiser_id);
245 stopAdvertisingSetNative(advertiser_id);
399 private native void stopAdvertisingSetNative(int advertiser_id); method in class:AdvertiseManager
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1855 static void stopAdvertisingSetNative(JNIEnv* env, jobject object, function in namespace:android
2102 {"stopAdvertisingSetNative", "(I)V", (void*)stopAdvertisingSetNative},

Completed in 121 milliseconds