BTH_RADIO_MODE
This enumeration contains the values to determine all the possible modes of operation of the Bluetooth radio.
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
Pocket PC: Windows Mobile 2003 and later
Smartphone: Windows Mobile 2003 and later
OS Versions: Windows CE.NET 4.2 and later
Header: Declared in bthutil.h
See Also
Bluetooth Application Development Enumerations | Changing the Bluetooth Radio Mode
Send Feedback on this topic to the authors