Searched refs:includeTxPowerLevel (Results 1 – 3 of 3) sorted by relevance
57 public boolean includeTxPowerLevel = false; field in AppAdvertiseStats.AppAdvertiserData64 boolean includeTxPowerLevel, in AppAdvertiserData() argument69 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()
62 boolean includeTxPowerLevel, in AdvertiseData() argument69 mIncludeTxPowerLevel = includeTxPowerLevel; in AdvertiseData()351 public Builder setIncludeTxPowerLevel(boolean includeTxPowerLevel) { in setIncludeTxPowerLevel() argument352 mIncludeTxPowerLevel = includeTxPowerLevel; in setIncludeTxPowerLevel()
538 .setIncludeTxPowerLevel(dataTypesRequest.includeTxPowerLevel) in advertise()