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



1198
1199
# File 'lib/ruby-macrodroid.rb', line 1198

def disabled
end

#disabled?Boolean

Returns:

  • (Boolean)


1201
1202
# File 'lib/ruby-macrodroid.rb', line 1201

def disabled?
end

#enableObject



1187
1188
1189
# File 'lib/ruby-macrodroid.rb', line 1187

def enable()
  @callback.on_bluetooth_enabled()
end

#enabled?Boolean

def enabled

@callback.on_bluetooth_enabled()

end

Returns:

  • (Boolean)


1195
1196
# File 'lib/ruby-macrodroid.rb', line 1195

def enabled?
end