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



5964
5965
# File 'lib/ruby-macrodroid.rb', line 5964

def disabled
end

#disabled?Boolean

Returns:

  • (Boolean)


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

def disabled?
end

#enableObject



5953
5954
5955
# File 'lib/ruby-macrodroid.rb', line 5953

def enable()
  @callback.on_bluetooth_enabled()
end

#enabled?Boolean

def enabled

@callback.on_bluetooth_enabled()

end

Returns:

  • (Boolean)


5961
5962
# File 'lib/ruby-macrodroid.rb', line 5961

def enabled?
end