Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/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 |
| Windows Mobile | Pocket PC for Windows Mobile 2003 and later, Smartphone for Windows Mobile 2003 and later |
See Also
Reference
Bluetooth Application Development Enumerations