Smart Coex Library
cy_smartcoex_bt_config_t Struct Reference

Description

Smart Coex BT configuration parameters.

Data Fields

cy_smartcoex_lescan_priority_t scan_priority
 BT scan priority.
 
uint16_t scan_int
 BT scan interval. More...
 
uint16_t scan_win
 BT scan window. More...
 
btcoex_cb_t btcoex_cb
 BT coex status callback. More...
 

Field Documentation

◆ scan_int

uint16_t cy_smartcoex_bt_config_t::scan_int

BT scan interval.

Units: slots (1 slot = 0.625 ms) Range: 4-16384

◆ scan_win

uint16_t cy_smartcoex_bt_config_t::scan_win

BT scan window.

Units: slots (1 slot = 0.625 ms) Range: 4-16384

◆ btcoex_cb

btcoex_cb_t cy_smartcoex_bt_config_t::btcoex_cb

BT coex status callback.

Callback registered with BT stack to inform the status of the Vendor-specific command issued for setting the coex config.