BTH_RADIO_MODE

The BTH_RADIO_MODE enumeration contains the values to determine all the possible modes of operation of the Bluetooth radio.

Syntax

enum BTH_RADIO_MODE {
  BTH_POWER_OFF,
  BTH_CONNECTABLE,
  BTH_DISCOVERABLE
};

Enumerators

  • BTH_POWER_OFF
    Turn off the Bluetooth radio.
  • BTH_CONNECTABLE
    Turn on the Bluetooth radio, and make it connectable.
  • BTH_DISCOVERABLE
    Turn on the Bluetooth radio, and make it both connectable and discoverable.

Requirements

Smartphone: Windows Mobile 2003 and later
OS Versions: Windows CE .NET 4.2 and later
Header: Declared in bthutil.h

See Also

Bluetooth Functions

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.