Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/hci/
Dhci_layer.c252 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(command); in transmit_command() local
253 pkt_linked_item_t *linked_pkt = HCI_GET_CMD_LINKED_STRUCT(metadata); in transmit_command()
256 metadata->flags_vnd |= HCI_CMD_MSG_F_VND_QUEUED; in transmit_command()
262 HCI_TRACE_DEBUG("HCI Enqueue Comamnd opcode=0x%x\n", metadata->opcode); in transmit_command()
272 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(command); in transmit_command_futured() local
273 pkt_linked_item_t *linked_pkt = HCI_GET_CMD_LINKED_STRUCT(metadata); in transmit_command_futured()
276 metadata->flags_vnd |= (HCI_CMD_MSG_F_VND_QUEUED | HCI_CMD_MSG_F_VND_FUTURE); in transmit_command_futured()
280 metadata->complete_future = future; in transmit_command_futured()
311 hci_cmd_metadata_t *metadata = (hci_cmd_metadata_t *)(wait_entry->data); in event_command_ready() local
312 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.c371 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
372 BT_HDR *static_buffer = &metadata->command; in hci_adv_flow_try_send_command()
373 metadata->command_free_cb = hci_adv_flow_cmd_free_cb; in hci_adv_flow_try_send_command()
/hal_espressif-3.7.0/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot_signatures_app.c51 esp_image_metadata_t metadata; in esp_secure_boot_get_signature_blocks_for_running_app() local
61 esp_err_t err = esp_image_get_metadata(&part_pos, &metadata); in esp_secure_boot_get_signature_blocks_for_running_app()
72 size_t sig_block_addr = metadata.start_addr + ALIGN_UP(metadata.image_len, FLASH_SECTOR_SIZE); in esp_secure_boot_get_signature_blocks_for_running_app()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c456 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(p_buf); in btu_hcif_send_cmd() local
457 metadata->command_complete_cb = btu_hcif_command_complete_evt; in btu_hcif_send_cmd()
458 metadata->command_status_cb = btu_hcif_command_status_evt; in btu_hcif_send_cmd()
459 metadata->opcode = opcode; in btu_hcif_send_cmd()
461 vsc_callback = metadata->context; in btu_hcif_send_cmd()
504 hci_cmd_metadata_t *metadata = HCI_GET_CMD_METAMSG(p_buf); in btu_hcif_send_cmd_sync() local
505 metadata->command_complete_cb = btu_hcif_command_complete_evt; in btu_hcif_send_cmd_sync()
506 metadata->command_status_cb = btu_hcif_command_status_evt; in btu_hcif_send_cmd_sync()
507 metadata->command_free_cb = NULL; in btu_hcif_send_cmd_sync()
508 metadata->opcode = opcode; in btu_hcif_send_cmd_sync()
[all …]
/hal_espressif-3.7.0/components/bootloader_support/src/
Desp_image_format.c294 esp_err_t esp_image_get_metadata(const esp_partition_pos_t *part, esp_image_metadata_t *metadata) in esp_image_get_metadata() argument
297 if (metadata == NULL || part == NULL || part->size > SIXTEEN_MB) { in esp_image_get_metadata()
304 CHECK_ERR(process_image_header(metadata, part->offset, NULL, do_verify, silent)); in esp_image_get_metadata()
305 CHECK_ERR(process_segments(metadata, silent, do_load, NULL, NULL)); in esp_image_get_metadata()
307 CHECK_ERR(process_checksum(NULL, 0, metadata, silent, skip_check_checksum)); in esp_image_get_metadata()
308 CHECK_ERR(process_appended_hash_and_sig(metadata, part->offset, part->size, true, silent)); in esp_image_get_metadata()
/hal_espressif-3.7.0/components/bootloader_support/include/
Desp_image_format.h126 esp_err_t esp_image_get_metadata(const esp_partition_pos_t *part, esp_image_metadata_t *metadata);
/hal_espressif-3.7.0/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-3.7.0/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-3.7.0/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.