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 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.
int BthSetMode(
DWORD
dwMode
);
- dwMode
[in] Indicates the mode of operation that the Bluetooth radio should be set to.
Returns ERROR_SUCCESS on success or returns an error code on failure.
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.
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 |