24. Bluetooth

Bluetooth settings, input and output functions

24.1. Summary of Module Globals

List of Global Functions

  • Abort - Abort function

  • AutoPackages - Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.

  • Export - Dump the bluetooth settings to a single map (For use by autoinstallation.)

  • Import - Get all bluetooth settings from map (For use by autoinstallation.)

  • Modified - Prototypes

  • Modified - Data was modified?

  • Read - Read all bluetooth settings

  • Summary - Create a textual summary of configuration

  • Write - Write all bluetooth settings

List of Global Variables

  • modified - Data was modified?

  • proposal_valid -

  • write_only - Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.

24.2. Global Functions

24.2.1. Abort

Abort function

Return value

  • boolean - return true if abort

24.2.2. AutoPackages

Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.

Return value

  • map - with 2 lists.

24.2.3. Export

Dump the bluetooth settings to a single map (For use by autoinstallation.)

Return value

  • map - Dumped settings (later acceptable by Import ())

24.2.4. Import

Get all bluetooth settings from map (For use by autoinstallation.)

Function parameters

  • map settings

Return value

  • boolean - True on success

24.2.5. Modified

Prototypes

Return value

  • boolean

24.2.6. Modified

Data was modified?

Return value

  • boolean - true if modified

24.2.7. Read

Read all bluetooth settings

Return value

  • boolean - true on success

24.2.8. Summary

Create a textual summary of configuration

Return value

  • string - summary of the current configuration

24.2.9. Write

Write all bluetooth settings

Return value

  • boolean - true on success

24.3. Global Variables

24.3.1. modified

Data was modified?

24.3.2. proposal_valid

24.3.3. write_only

Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.

24.4. Module Requirements

24.4.1. Module Imports

  • Confirm
  • Package
  • Progress
  • Report
  • Service
  • Summary

24.4.2. Module Includes