Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus_driver.h68 cybt_result_t cybt_fw_download(const uint8_t *p_bt_firmware, uint32_t bt_firmware_len, uint8_t *p_w…
Dcybt_shared_bus_driver.c301 uint32_t bt_firmware_len, in cybt_fw_download() argument
313 if (NULL == p_bt_firmware || 0 == bt_firmware_len || NULL == p_write_buf || NULL == p_hex_buf) { in cybt_fw_download()
336 btfw_cb.fw_len = bt_firmware_len; in cybt_fw_download()