Smart Coex Library
Functions

General Description

Functions

cy_rslt_t cy_smartcoex_config (cy_smartcoex_wifi_config_t *wifi_config, cy_smartcoex_bt_config_t *bt_config)
 Configures the Wi-Fi and BT parameters for Smart Coex. More...
 

Function Documentation

◆ cy_smartcoex_config()

cy_rslt_t cy_smartcoex_config ( cy_smartcoex_wifi_config_t wifi_config,
cy_smartcoex_bt_config_t bt_config 
)

Configures the Wi-Fi and BT parameters for Smart Coex.

This function configures Wi-Fi BT Smart Coex based on the inputs provided. Note: This should be called every time LE scan interval and/or scan window is updated.

Parameters
[in]wifi_config: Pointer to the Wi-Fi config structure.
[in]bt_config: Pointer to the BT config structure.
Returns
status : CY_RSLT_SUCCESS on success; an error code on failure.