Bluetooth-WLAN Coexistence functions


Functions

VOID CuCmd_EnableBtCoe (THandle hCuCmd, ConParm_t parm[], U16 nParms)
 Sets BlueTooth Coexistence mode.
VOID CuCmd_ConfigBtCoe (THandle hCuCmd, ConParm_t parm[], U16 nParms)
 Configures BlueTooth Coexistence parameters.
VOID CuCmd_GetBtCoeStatus (THandle hCuCmd, ConParm_t parm[], U16 nParms)
 Shows the BlueTooth Coexistence configuration and status.

Detailed Description


Function Documentation

VOID CuCmd_ConfigBtCoe ( THandle  hCuCmd,
ConParm_t  parm[],
U16  nParms 
)

Configures BlueTooth Coexistence parameters.

This function configures the BlueTooth Coexistence parameters.

Parameters:
[in] hCuCmd Handle for the command module
[in] parm parm[0] The parameter index
\ parm[1] The parameter value
[in] nParms The number of parameters, which can be one of the following:
2 - A parameter ID and value are given. The value is configured on the driver.
0 - No parameter is given. A list of all parameters IDs and their range is printed.
Returns:
None
See also:
CuCmd_EnableBtCoe(), CuCmd_GetBtCoeStatus()
Note:
Warning:

VOID CuCmd_EnableBtCoe ( THandle  hCuCmd,
ConParm_t  parm[],
U16  nParms 
)

Sets BlueTooth Coexistence mode.

This function sets the BlueTooth Coexistence mode.

Parameters:
[in] hCuCmd Handle for the command module
[in] parm parm[0] The coexistence mode, which can be one of the following:
0 - No coexistence
1 - Protective coexistence: BT has priority over WLAN.
2 - Opportunistic coexistence: BT is served on a best-effort basis.
The default value is 1.
[in] nParms The number of parameters, which can be one of the following:
0 - No mode is given. The available BT COEX modes are printed.
1 - The BT COEX mode is configured on the driver.
Returns:
None
See also:
CuCmd_ConfigBtCoe()
Note:
Warning:

VOID CuCmd_GetBtCoeStatus ( THandle  hCuCmd,
ConParm_t  parm[],
U16  nParms 
)

Shows the BlueTooth Coexistence configuration and status.

This function gets the BlueTooth Coexistence configuration and status parameters from the driver and prints them.

Parameters:
[in] hCuCmd Handle for the command module
[in] parm Not used; should be 0
[in] nParms Not used; should be 0
Returns:
None
See also:
CuCmd_ConfigBtCoe(), CuCmd_EnableBtCoe()
Note:
Warning:


Generated on Sun Dec 6 12:34:03 2009 for WLAN DRIVER API REFERENCE MANUAL by  doxygen 1.5.9