Home
last modified time | relevance | path

Searched refs:includeTxPowerLevel (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAppAdvertiseStats.java57 public boolean includeTxPowerLevel = false; field in AppAdvertiseStats.AppAdvertiserData
64 boolean includeTxPowerLevel, in AppAdvertiserData() argument
69 this.includeTxPowerLevel = includeTxPowerLevel; in AppAdvertiserData()
241 mAdvertisingData.includeTxPowerLevel = data.getIncludeTxPowerLevel(); in setAdvertisingData()
259 mScanResponseData.includeTxPowerLevel = data.getIncludeTxPowerLevel(); in setScanResponseData()
297 mPeriodicAdvertisingData.includeTxPowerLevel = data.getIncludeTxPowerLevel(); in setPeriodicAdvertisingData()
403 + advData.includeTxPowerLevel); in dumpAppAdvertiserData()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertiseData.java62 boolean includeTxPowerLevel, in AdvertiseData() argument
69 mIncludeTxPowerLevel = includeTxPowerLevel; in AdvertiseData()
351 public Builder setIncludeTxPowerLevel(boolean includeTxPowerLevel) { in setIncludeTxPowerLevel() argument
352 mIncludeTxPowerLevel = includeTxPowerLevel; in setIncludeTxPowerLevel()
/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt538 .setIncludeTxPowerLevel(dataTypesRequest.includeTxPowerLevel) in advertise()