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



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

def disabled
end

#disabled?Boolean

Returns:

  • (Boolean)


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

def disabled?
end

#enableObject



490
491
492
# File 'lib/ruby-macrodroid.rb', line 490

def enable()
  @callback.on_bluetooth_enabled()
end

#enabled?Boolean

def enabled

@callback.on_bluetooth_enabled()

end

Returns:

  • (Boolean)


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

def enabled?
end