Lines Matching refs:line_buffer
163 uint8_t event[10 + sizeof(hfp_connection->bnip_number) + sizeof(hfp_connection->line_buffer)]; in hfp_hf_emit_type_number_alpha()
164 …fp_connection->clip_have_alpha ? (uint16_t) strlen((const char *) hfp_connection->line_buffer) : 0; in hfp_hf_emit_type_number_alpha()
177 memcpy(&event[pos], hfp_connection->line_buffer, alpha_len); in hfp_hf_emit_type_number_alpha()
270 uint8_t * value = &hfp_connection->line_buffer[0]; in hfp_hf_emit_enhanced_voice_recognition_text()
282 btstack_assert(sizeof(hfp_connection->line_buffer) < (255-5)); in hfp_hf_emit_custom_command_event()
284 uint16_t line_len = (uint16_t) strlen((const char*)hfp_connection->line_buffer) + 1; in hfp_hf_emit_custom_command_event()
285 uint8_t event[7 + sizeof(hfp_connection->line_buffer)]; in hfp_hf_emit_custom_command_event()
291 memcpy(&event[7], hfp_connection->line_buffer, line_len); in hfp_hf_emit_custom_command_event()
1400 …ion, HFP_SUBEVENT_RESPONSE_AND_HOLD_STATUS, btstack_atoi((char *)&hfp_connection->line_buffer[0])); in hfp_hf_handle_rfcomm_command()
1408 value = btstack_atoi((char*)hfp_connection->line_buffer); in hfp_hf_handle_rfcomm_command()
1414 value = btstack_atoi((char*)hfp_connection->line_buffer); in hfp_hf_handle_rfcomm_command()