class DroidSim::Bluetooth
Public Instance Methods
disabled()
click to toggle source
# File lib/ruby-macrodroid.rb, line 515 def disabled end
disabled?()
click to toggle source
# File lib/ruby-macrodroid.rb, line 518 def disabled? end
enable()
click to toggle source
# File lib/ruby-macrodroid.rb, line 504 def enable() @callback.on_bluetooth_enabled() end
enabled?()
click to toggle source
def enabled
@callback.on_bluetooth_enabled()
end
# File lib/ruby-macrodroid.rb, line 512 def enabled? end