Class: DroidSim::Bluetooth

Inherits:
Service
  • Object
show all
Defined in:
lib/ruby-macrodroid.rb

Instance Method Summary collapse

Methods inherited from Service

#initialize

Constructor Details

This class inherits a constructor from DroidSim::Service

Instance Method Details

#disabledObject



5125
5126
# File 'lib/ruby-macrodroid.rb', line 5125

def disabled
end

#disabled?Boolean

Returns:

  • (Boolean)


5128
5129
# File 'lib/ruby-macrodroid.rb', line 5128

def disabled?
end

#enableObject



5114
5115
5116
# File 'lib/ruby-macrodroid.rb', line 5114

def enable()
  @callback.on_bluetooth_enabled()
end

#enabled?Boolean

def enabled

@callback.on_bluetooth_enabled()

end

Returns:

  • (Boolean)


5122
5123
# File 'lib/ruby-macrodroid.rb', line 5122

def enabled?
end