Home
last modified time | relevance | path

Searched refs:brcm_patchram_buf (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/modules/hal_infineon/btstack-integration/
Dw_bt_firmware_controller.c12 const uint8_t brcm_patchram_buf[] = { variable
16 const int brcm_patch_ram_length = sizeof(brcm_patchram_buf);
/Zephyr-latest/drivers/bluetooth/hci/
Dh4_ifx_cyw43xxx.c49 extern const uint8_t brcm_patchram_buf[];
267 err = bt_firmware_download(brcm_patchram_buf, (uint32_t) brcm_patch_ram_length); in bt_h4_vnd_setup()
Dhci_ifx_cyw208xx.c91 extern const uint8_t brcm_patchram_buf[];
184 err = cyw208xx_bt_firmware_download(brcm_patchram_buf, (uint32_t)brcm_patch_ram_length); in cyw208xx_setup()