HomeSort by relevance Sort by last modified time
    Searched defs:onAdvertisingParametersUpdated (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/bluetooth/le/
AdvertisingSetCallback.java 117 public void onAdvertisingParametersUpdated(AdvertisingSet advertisingSet,
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java 329 void onAdvertisingParametersUpdated(int advertiserId, int txPower, int status)
333 "onAdvertisingParametersUpdated() advertiserId=" + advertiserId + ", txPower="
339 Log.i(TAG, "onAdvertisingParametersUpdated() - bad advertiserId " + advertiserId);
344 callback.onAdvertisingParametersUpdated(advertiserId, txPower, status);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothLeAdvertisingSetFacade.java 399 public void onAdvertisingParametersUpdated(AdvertisingSet advertisingSet, int txPower,
401 sendGeneric("onAdvertisingParametersUpdated", setIndex, status);
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 54 milliseconds