BthSetMode
A version of this page is also available for
4/8/2010
This function is used to set the Bluetooth mode of operation and reflect it in the control panel. This function is also used to persist that state across hardware insertion and reboot.
Syntax
int BthSetMode(
DWORD
dwMode
);
Parameters
- dwMode
[in] Indicates the mode of operation that the Bluetooth radio should be set to.
Return Value
Returns ERROR_SUCCESS on success or returns an error code on failure.
Remarks
The possible values to pass in this function are defined in the BTH_RADIO_MODE enumeration. Use the BthGetMode function to retrieve the current mode of operation.
Requirements
Header | bthutil.h |
Library | Bthutil.lib |
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 Functions