Home
last modified time | relevance | path

Searched refs:metadata (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c256 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(command); in transmit_command() local
257 pkt_linked_item_t *linked_pkt = HCI_GET_CMD_LINKED_STRUCT(metadata); in transmit_command()
260 metadata->flags_vnd |= HCI_CMD_MSG_F_VND_QUEUED; in transmit_command()
266 HCI_TRACE_DEBUG("HCI Enqueue Command opcode=0x%x\n", metadata->opcode); in transmit_command()
276 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(command); in transmit_command_futured() local
277 pkt_linked_item_t *linked_pkt = HCI_GET_CMD_LINKED_STRUCT(metadata); in transmit_command_futured()
280 metadata->flags_vnd |= (HCI_CMD_MSG_F_VND_QUEUED | HCI_CMD_MSG_F_VND_FUTURE); in transmit_command_futured()
284 metadata->complete_future = future; in transmit_command_futured()
315 hci_cmd_metadata_t *metadata = (hci_cmd_metadata_t *)(wait_entry->data); in event_command_ready() local
316 metadata->flags_vnd |= HCI_CMD_MSG_F_VND_SENT; in event_command_ready()
[all …]
Dhci_packet_factory.c237 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(packet); in make_command() local
238 metadata->opcode = opcode; in make_command()
Dhci_hal_h4.c376 hci_cmd_metadata_t *metadata = (hci_cmd_metadata_t *)(hci_hal_env.adv_fc_cmd_buf->data); in hci_adv_flow_try_send_command() local
377 BT_HDR *static_buffer = &metadata->command; in hci_adv_flow_try_send_command()
378 metadata->command_free_cb = hci_adv_flow_cmd_free_cb; in hci_adv_flow_try_send_command()
/hal_espressif-latest/components/bootloader_support/src/
Desp_image_format.c90 …o_load, bootloader_sha256_handle_t sha_handle, uint32_t *checksum, esp_image_metadata_t *metadata);
93 …o_load, bootloader_sha256_handle_t sha_handle, uint32_t *checksum, esp_image_metadata_t *metadata);
311 esp_err_t esp_image_get_metadata(const esp_partition_pos_t *part, esp_image_metadata_t *metadata) in esp_image_get_metadata() argument
314 if (metadata == NULL || part == NULL || part->size > SIXTEEN_MB) { in esp_image_get_metadata()
321 CHECK_ERR(process_image_header(metadata, part->offset, NULL, do_verify, silent)); in esp_image_get_metadata()
322 CHECK_ERR(process_segments(metadata, silent, do_load, NULL, NULL)); in esp_image_get_metadata()
324 CHECK_ERR(process_checksum(NULL, 0, metadata, silent, skip_check_checksum)); in esp_image_get_metadata()
325 CHECK_ERR(process_appended_hash_and_sig(metadata, part->offset, part->size, true, silent)); in esp_image_get_metadata()
550 …do_load, bootloader_sha256_handle_t sha_handle, uint32_t *checksum, esp_image_metadata_t *metadata) in process_segment() argument
608 …cess_segment_data(index, load_addr, data_addr, data_len, do_load, sha_handle, checksum, metadata)); in process_segment()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c458 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(p_buf); in btu_hcif_send_cmd() local
459 metadata->command_complete_cb = btu_hcif_command_complete_evt; in btu_hcif_send_cmd()
460 metadata->command_status_cb = btu_hcif_command_status_evt; in btu_hcif_send_cmd()
461 metadata->opcode = opcode; in btu_hcif_send_cmd()
463 vsc_callback = metadata->context; in btu_hcif_send_cmd()
506 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(p_buf); in btu_hcif_send_cmd_sync() local
507 metadata->command_complete_cb = btu_hcif_command_complete_evt; in btu_hcif_send_cmd_sync()
508 metadata->command_status_cb = btu_hcif_command_status_evt; in btu_hcif_send_cmd_sync()
509 metadata->command_free_cb = NULL; in btu_hcif_send_cmd_sync()
510 metadata->opcode = opcode; in btu_hcif_send_cmd_sync()
[all …]
/hal_espressif-latest/components/bootloader_support/include/
Desp_image_format.h127 esp_err_t esp_image_get_metadata(const esp_partition_pos_t *part, esp_image_metadata_t *metadata);
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h62 hci_cmd_metadata_t *metadata = (hci_cmd_metadata_t *)linked_pkt->data; in hci_get_cmd_buf() local
63 BT_HDR *command = &metadata->command; in hci_get_cmd_buf()
75 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(buf); in hci_free_cmd_buf() local
76 pkt_linked_item_t *linked_pkt = HCI_GET_CMD_LINKED_STRUCT(metadata); in hci_free_cmd_buf()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c568 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(p); in btsnd_hcic_ble_encrypt() local
569 metadata->context = p_cmd_cplt_cback; in btsnd_hcic_ble_encrypt()
605 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(p); in btsnd_hcic_ble_rand() local
606 metadata->context = p_cmd_cplt_cback; in btsnd_hcic_ble_rand()
1044 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(p); in btsnd_hcic_ble_update_adv_report_flow_control() local
1045 metadata->flags_src = HCI_CMD_MSG_F_SRC_NOACK; in btsnd_hcic_ble_update_adv_report_flow_control()
1047 assert(metadata->command_free_cb != NULL); in btsnd_hcic_ble_update_adv_report_flow_control()
Dhcicmds.c1332 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(p); in btsnd_hcic_host_num_xmitted_pkts() local
1333 metadata->flags_src |= HCI_CMD_MSG_F_SRC_NOACK; in btsnd_hcic_host_num_xmitted_pkts()
1880 hci_cmd_metadata_t * metadata = HCI_GET_CMD_METAMSG(p); in btsnd_hcic_vendor_spec_cmd() local
1881 metadata->context = p_cmd_cplt_cback; in btsnd_hcic_vendor_spec_cmd()
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dspi-flash-modes.rst107 …sh, contains a header which has flash speed, flash mode, and some other metadata. The initial host…
Dserial-protocol.rst453 …ckets with raw data (of the size requested in the command). There is no metadata included with the…
454 …l number of bytes which have been received. There is no header or other metadata included with the…
456 …f all the data which was read from flash. This is also sent as a raw SLIP packet, with no metadata.
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild1056 The image length used for encryption is derived from the image metadata, which