Searched refs:p_bt_firmware (Results 1 – 2 of 2) sorted by relevance
300 cybt_result_t cybt_fw_download(const uint8_t *p_bt_firmware, in cybt_fw_download() argument313 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()
68 cybt_result_t cybt_fw_download(const uint8_t *p_bt_firmware, uint32_t bt_firmware_len, uint8_t *p_w…