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



515
516
# File 'lib/ruby-macrodroid.rb', line 515

def disabled
end

#disabled?Boolean

Returns:

  • (Boolean)


518
519
# File 'lib/ruby-macrodroid.rb', line 518

def disabled?
end

#enableObject



504
505
506
# File 'lib/ruby-macrodroid.rb', line 504

def enable()
  @callback.on_bluetooth_enabled()
end

#enabled?Boolean

def enabled

@callback.on_bluetooth_enabled()

end

Returns:

  • (Boolean)


512
513
# File 'lib/ruby-macrodroid.rb', line 512

def enabled?
end