Lines Matching refs:data_buffer
211 …lient_phonebook_size_parser_t * phonebook_size_parser, const uint8_t * data_buffer, uint16_t data_… in pbap_client_phonebook_size_parser_process_data() argument
218 phonebook_size_parser->type = *data_buffer; in pbap_client_phonebook_size_parser_process_data()
222 phonebook_size_parser->len = *data_buffer; in pbap_client_phonebook_size_parser_process_data()
239 …emcpy(&phonebook_size_parser->size_buffer[phonebook_size_parser->pos], data_buffer, bytes_to_consu… in pbap_client_phonebook_size_parser_process_data()
260 data_buffer += bytes_to_consume; in pbap_client_phonebook_size_parser_process_data()
269 …ess_data(pbap_client_obex_auth_parser_t * auth_parser, const uint8_t * data_buffer, uint16_t data_… in obex_auth_parser_process_data() argument
276 auth_parser->type = *data_buffer; in obex_auth_parser_process_data()
280 auth_parser->len = *data_buffer; in obex_auth_parser_process_data()
307 … memcpy(&auth_parser->authentication_nonce[auth_parser->pos], data_buffer, bytes_to_consume); in obex_auth_parser_process_data()
310 auth_parser->authentication_options = *data_buffer; in obex_auth_parser_process_data()
325 data_buffer += bytes_to_consume; in obex_auth_parser_process_data()
393 …t header_id, uint16_t total_len, uint16_t data_offset, const uint8_t * data_buffer, uint16_t data_… in pbap_client_parser_callback_connect() argument
397 …er_buffer, sizeof(client->obex_header_buffer), total_len, data_offset, data_buffer, data_len) == O… in pbap_client_parser_callback_connect()
402 obex_auth_parser_process_data(&client->obex_auth_parser, data_buffer, data_len); in pbap_client_parser_callback_connect()
409 …t header_id, uint16_t total_len, uint16_t data_offset, const uint8_t * data_buffer, uint16_t data_… in pbap_client_parser_callback_get_phonebook_size() argument
415 …p_client_phonebook_size_parser_process_data(&client->phonebook_size_parser, data_buffer, data_len); in pbap_client_parser_callback_get_phonebook_size()
422 …t header_id, uint16_t total_len, uint16_t data_offset, const uint8_t * data_buffer, uint16_t data_… in pbap_client_parser_callback_get_operation() argument
426 …parser_header_store(&client->obex_srm.srm_value, 1, total_len, data_offset, data_buffer, data_len); in pbap_client_parser_callback_get_operation()
429 …arser_header_store(&client->obex_srm.srmp_value, 1, total_len, data_offset, data_buffer, data_len); in pbap_client_parser_callback_get_operation()
439 … client->client_handler(PBAP_DATA_PACKET, client->goep_cid, (uint8_t *) data_buffer, data_len); in pbap_client_parser_callback_get_operation()
442 pbap_client_process_vcard_list_body(client, data_buffer, data_len); in pbap_client_parser_callback_get_operation()