Home
last modified time | relevance | path

Searched refs:includeTxPower (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/le/
H A DPeriodicAdvertisingParameters.java35 private PeriodicAdvertisingParameters(boolean includeTxPower, int interval) { in PeriodicAdvertisingParameters() argument
36 mIncludeTxPower = includeTxPower; in PeriodicAdvertisingParameters()
93 public Builder setIncludeTxPower(boolean includeTxPower) { in setIncludeTxPower() argument
94 mIncludeTxPower = includeTxPower; in setIncludeTxPower()
H A DAdvertisingSetParameters.java111 boolean isAnonymous, boolean includeTxPower, in AdvertisingSetParameters() argument
118 mIncludeTxPower = includeTxPower; in AdvertisingSetParameters()
168 public boolean includeTxPower() { in includeTxPower() method in AdvertisingSetParameters
315 public Builder setIncludeTxPower(boolean includeTxPower) { in setIncludeTxPower() argument
316 mIncludeTxPower = includeTxPower; in setIncludeTxPower()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1948 jboolean includeTxPower = env->CallBooleanMethod(i, methodId); in parseParams() local
1963 if (includeTxPower) props |= 0x40; in parseParams()
1993 jboolean includeTxPower = env->CallBooleanMethod(i, methodId); in parsePeriodicParams() local
2001 if (includeTxPower) props |= 0x40; in parsePeriodicParams()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt9605 method public boolean includeTxPower();