Searched refs:include_tx_power (Results 1 – 2 of 2) sorted by relevance
74 self.include_tx_power = advertisement_data.get('IncludeTxPower')115 if self.include_tx_power is not None:116 properties['IncludeTxPower'] = dbus.Boolean(self.include_tx_power)
97 void set_include_tx_power(bool include_tx_power) { in set_include_tx_power() argument98 include_tx_power_ = include_tx_power; in set_include_tx_power()