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



5978
5979
# File 'lib/ruby-macrodroid.rb', line 5978

def disabled
end

#disabled?Boolean

Returns:

  • (Boolean)


5981
5982
# File 'lib/ruby-macrodroid.rb', line 5981

def disabled?
end

#enableObject



5967
5968
5969
# File 'lib/ruby-macrodroid.rb', line 5967

def enable()
  @callback.on_bluetooth_enabled()
end

#enabled?Boolean

def enabled

@callback.on_bluetooth_enabled()

end

Returns:

  • (Boolean)


5975
5976
# File 'lib/ruby-macrodroid.rb', line 5975

def enabled?
end