Home
last modified time | relevance | path

Searched refs:bt_info (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_protocol_interface.h88 extern uint32_t whd_get_bt_info(whd_driver_t whd_drv, whd_bt_info_t bt_info);
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c337 uint32_t whd_get_bt_info(whd_driver_t whd_driver, whd_bt_info_t bt_info);
418 uint32_t whd_get_bt_info(whd_driver_t whd_driver, whd_bt_info_t bt_info) in whd_get_bt_info() argument
428 memset(bt_info, 0, sizeof(struct whd_bt_info) ); in whd_get_bt_info()
429 bt_info->bt_ctrl_reg_addr = BT_CTRL_REG_ADDR; in whd_get_bt_info()
430 bt_info->host_ctrl_reg_addr = HOST_CTRL_REG_ADDR; in whd_get_bt_info()
431 bt_info->bt_buf_reg_addr = BT_BUF_REG_ADDR; in whd_get_bt_info()
435 bt_info->wlan_buf_addr = addr; in whd_get_bt_info()