Home
last modified time | relevance | path

Searched refs:p_bt_firmware (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.c300 cybt_result_t cybt_fw_download(const uint8_t *p_bt_firmware, 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()
319 uint8_t version_len = *p_bt_firmware; in cybt_fw_download()
320 assert(*(p_bt_firmware + version_len) == 0); in cybt_fw_download()
322 cybt_printf("BT FW download, version = %s\n", p_bt_firmware + 1); in cybt_fw_download()
324 p_bt_firmware += version_len + 1; // skip over version in cybt_fw_download()
325 p_bt_firmware += 1; // skip over record count in cybt_fw_download()
335 btfw_cb.p_fw_mem_start = p_bt_firmware; in cybt_fw_download()
337 btfw_cb.p_next_line_start = p_bt_firmware; in cybt_fw_download()
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…