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

  /frameworks/base/core/java/android/bluetooth/le/
PeriodicAdvertisingParameters.java 32 private final boolean includeTxPower;
35 private PeriodicAdvertisingParameters(boolean includeTxPower, int interval) {
36 this.includeTxPower = includeTxPower;
41 includeTxPower = in.readInt() != 0 ? true : false;
48 public boolean getIncludeTxPower() { return includeTxPower; }
63 dest.writeInt(includeTxPower ? 1 : 0);
82 private boolean includeTxPower = false;
89 public Builder setIncludeTxPower(boolean includeTxPower) {
90 this.includeTxPower = includeTxPower
    [all...]
AdvertisingSetParameters.java 102 private final boolean includeTxPower;
111 boolean isAnonymous, boolean includeTxPower,
118 this.includeTxPower = includeTxPower;
130 includeTxPower = in.readInt() != 0 ? true : false;
160 public boolean includeTxPower() { return includeTxPower; }
187 + ", includeTxPower=" + includeTxPower
205 dest.writeInt(includeTxPower ? 1 : 0)
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 405 milliseconds