Home
last modified time | relevance | path

Searched defs:includeTxPower (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DPeriodicAdvertisingParameters.java35 private PeriodicAdvertisingParameters(boolean includeTxPower, int interval) { in PeriodicAdvertisingParameters()
87 public Builder setIncludeTxPower(boolean includeTxPower) { in setIncludeTxPower()
DAdvertisingSetParameters.java143 boolean includeTxPower, in AdvertisingSetParameters()
202 public boolean includeTxPower() { in includeTxPower() method in AdvertisingSetParameters
377 public Builder setIncludeTxPower(boolean includeTxPower) { in setIncludeTxPower()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2184 jboolean includeTxPower = env->CallBooleanMethod(i, methodId); in parseParams() local
2233 jboolean includeTxPower = env->CallBooleanMethod(i, methodId); in parsePeriodicParams() local