Partager via


BTH_RADIO_MODE (Windows Embedded CE 6.0)

1/6/2010

This 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
};

Elements

  • 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

Header bthutil.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Bluetooth Application Development Enumerations

Other Resources