Specifications

16.6. Wireless Communication API
BHT_RF_Open
Description
Open the wireless LAN device and enable wireless communication.
Syntax
DWORD BHT_RF_Open ( void )
Parameters
None
Return value
Error code Meaning
ERROR_SUCCESS Successful completion
ERROR_DEV_NOT_EXIST No NIC device found.
ERROR_SHARING_VIOLATION Bluetooth device is opened.
Remarks
Wireless LAN and Bluetooth device cannot be opened at the same time. If wireless LAN device tries to
be opened while Bluetooth device is opened, an error (ERROR_SHARING_VIOLATION) is returned.
115