Home
last modified time | relevance | path

Searched refs:header_buffer (Results 1 – 3 of 3) sorted by relevance

/btstack/src/classic/
H A Dobex_parser.c246 obex_parser_header_state_t obex_parser_header_store(uint8_t * header_buffer, uint16_t buffer_size, … in obex_parser_header_store() argument
249 memcpy(&header_buffer[data_offset], data_buffer, bytes_to_store); in obex_parser_header_store()
333 obex_app_param_parser_tag_state_t obex_app_param_parser_tag_store(uint8_t * header_buffer, uint8_t … in obex_app_param_parser_tag_store() argument
336 memcpy(&header_buffer[data_offset], data_buffer, bytes_to_store); in obex_app_param_parser_tag_store()
H A Dobex_parser.h203 obex_parser_header_state_t obex_parser_header_store(uint8_t * header_buffer, uint16_t buffer_size, …
/btstack/platform/embedded/
H A Dbtstack_tlv_flash_bank.c317 uint8_t header_buffer[BTSTACK_TLV_ENTRY_HEADER_LEN]; in btstack_tlv_flash_bank_migrate() local
318 …btstack_tlv_flash_bank_read(self, self->current_bank, tag_index, header_buffer, BTSTACK_TLV_ENTRY_… in btstack_tlv_flash_bank_migrate()
319 …btstack_tlv_flash_bank_write(self, next_bank, next_write_pos, header_buffer, BTSTACK_TLV_ENTRY_… in btstack_tlv_flash_bank_migrate()