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. |
VOID CuCmd_ConfigBtCoe | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Configures BlueTooth Coexistence parameters.
This function configures the BlueTooth Coexistence 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. |
VOID CuCmd_EnableBtCoe | ( | THandle | hCuCmd, | |
ConParm_t | parm[], | |||
U16 | nParms | |||
) |
Sets BlueTooth Coexistence mode.
This function sets the BlueTooth Coexistence mode.
[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. |
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.
[in] | hCuCmd | Handle for the command module |
[in] | parm | Not used; should be 0 |
[in] | nParms | Not used; should be 0 |