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



497
498
# File 'lib/ruby-macrodroid.rb', line 497

def disabled
end

#disabled?Boolean

Returns:

  • (Boolean)


500
501
# File 'lib/ruby-macrodroid.rb', line 500

def disabled?
end

#enableObject



486
487
488
# File 'lib/ruby-macrodroid.rb', line 486

def enable()
  @callback.on_bluetooth_enabled()
end

#enabled?Boolean

def enabled

@callback.on_bluetooth_enabled()

end

Returns:

  • (Boolean)


494
495
# File 'lib/ruby-macrodroid.rb', line 494

def enabled?
end