Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_packet_parser.c48 …uint8_t *stream = read_command_complete_header(response, HCI_READ_BUFFER_SIZE, 7 /* bytes after */… in parse_read_buffer_size_response() local
62 …uint8_t *stream = read_command_complete_header(response, HCI_READ_LOCAL_VERSION_INFO, 8 /* bytes a… in parse_read_local_version_info_response() local
78 …uint8_t *stream = read_command_complete_header(response, HCI_READ_BD_ADDR, sizeof(bt_bdaddr_t) /* … in parse_read_bd_addr_response() local
91 …uint8_t *stream = read_command_complete_header(response, HCI_READ_LOCAL_SUPPORTED_CMDS, supported_… in parse_read_local_supported_commands_response() local
102 …uint8_t *stream = read_command_complete_header(response, HCI_READ_LOCAL_FEATURES, sizeof(bt_device… in parse_read_local_supported_features_response() local
117 …uint8_t *stream = read_command_complete_header(response, HCI_READ_LOCAL_EXT_FEATURES, 2 + sizeof(b… in parse_read_local_extended_features_response() local
137 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_WHITE_LIST_SIZE, 1 /* byte a… in parse_ble_read_white_list_size_response() local
150 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_BUFFER_SIZE, 3 /* bytes afte… in parse_ble_read_buffer_size_response() local
164 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_SUPPORTED_STATES, supported_… in parse_ble_read_supported_states_response() local
176 …uint8_t *stream = read_command_complete_header(response, HCI_BLE_READ_LOCAL_SPT_FEAT, sizeof(bt_de… in parse_ble_read_local_supported_features_response() local
[all …]
Dhci_packet_factory.c47 uint8_t *stream; in make_set_c2h_flow_control() local
57 uint8_t *stream; in make_set_adv_report_flow_control() local
69 uint8_t *stream; in make_host_buffer_size() local
102 uint8_t *stream; in make_read_local_extended_features() local
112 uint8_t *stream; in make_write_simple_pairing_mode() local
122 uint8_t *stream; in make_write_secure_connections_host_support() local
132 uint8_t *stream; in make_set_event_mask() local
142 uint8_t *stream; in make_ble_write_host_support() local
183 uint8_t *stream; in make_ble_write_suggested_default_data_length() local
194 uint8_t *stream; in make_ble_set_event_mask() local
[all …]
Dpacket_fragmenter.c75 uint8_t *stream = packet->data + packet->offset; in fragment_and_dispatch() local
141 uint8_t *stream = packet->data + packet->offset; in reassemble_and_dispatch() local
Dhci_hal_h4.c265 uint8_t *stream = packet->data + packet->offset; in hci_packet_complete() local
421 uint8_t *stream = NULL; in hci_hal_h4_hdl_rx_packet() local
483 uint8_t *stream = NULL; in hci_hal_h4_hdl_rx_adv_rpt() local
Dhci_layer.c438 uint8_t *stream = packet->data + packet->offset; in filter_incoming_event() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c452 uint8_t *stream = p_buf->data + p_buf->offset; in btu_hcif_send_cmd() local
498 uint8_t *stream = p_buf->data + p_buf->offset; in btu_hcif_send_cmd_sync() local
1166 …uint8_t *stream = hack->response->data + hack->response->offset + 3; // 2 to skip the event header… in btu_hcif_command_complete_evt_on_task() local
1183 uint8_t *stream = response->data + response->offset + 3; in btu_hcif_command_complete_evt() local
1440 uint8_t *stream = hack->command->data + hack->command->offset; in btu_hcif_command_status_evt_on_task() local
/hal_espressif-latest/components/esp_pm/
Dpm_locks.c150 esp_err_t esp_pm_dump_locks(FILE* stream) in esp_pm_dump_locks()
/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_gcm.c504 uint8_t stream[AES_BLOCK_BYTES] = {0}; in esp_aes_gcm_update() local
575 uint8_t stream[AES_BLOCK_BYTES] = {0}; in esp_aes_gcm_finish() local
/hal_espressif-latest/components/esp_mm/
Desp_mmu_map.c627 esp_err_t esp_mmu_map_dump_mapped_blocks(FILE* stream) in esp_mmu_map_dump_mapped_blocks()
/hal_espressif-latest/components/spi_flash/
Desp_flash_api.c101 void esp_flash_dump_counters(FILE* stream) in esp_flash_dump_counters()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c313 mz_stream stream; in mz_compress2() local
552 mz_stream stream; in mz_uncompress() local