hfp.h (b95cac54e24879273ad0f4f5455476272ffbba09) hfp.h (e2c3b58d3fd5175f415b313f803fc22e5bd181f7)
1/*
2 * Copyright (C) 2014 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 634 unchanged lines hidden (view full) ---

643 uint8_t ag_response_and_hold_action;
644 uint8_t ag_dtmf_code;
645 bool ag_send_no_carrier;
646
647 int send_status_of_current_calls;
648 int next_call_index;
649
650 // HF only
1/*
2 * Copyright (C) 2014 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 634 unchanged lines hidden (view full) ---

643 uint8_t ag_response_and_hold_action;
644 uint8_t ag_dtmf_code;
645 bool ag_send_no_carrier;
646
647 int send_status_of_current_calls;
648 int next_call_index;
649
650 // HF only
651 hfp_command_t hf_ok_pending_for_command;
652
651 hfp_hf_query_operator_state_t hf_query_operator_state;
652 uint8_t hf_answer_incoming_call;
653 uint8_t hf_initiate_outgoing_call;
654 uint8_t hf_initiate_memory_dialing;
655 uint8_t hf_initiate_redial_last_number;
656 bool hf_send_codec_confirm;
657 bool hf_send_supported_codecs;
658

--- 15 unchanged lines hidden (view full) ---

674 char hf_send_rrh_command;
675 uint8_t hf_send_cnum;
676
677 uint8_t hf_activate_call_waiting_notification;
678 uint8_t hf_deactivate_call_waiting_notification;
679
680 uint8_t hf_activate_calling_line_notification;
681 uint8_t hf_deactivate_calling_line_notification;
653 hfp_hf_query_operator_state_t hf_query_operator_state;
654 uint8_t hf_answer_incoming_call;
655 uint8_t hf_initiate_outgoing_call;
656 uint8_t hf_initiate_memory_dialing;
657 uint8_t hf_initiate_redial_last_number;
658 bool hf_send_codec_confirm;
659 bool hf_send_supported_codecs;
660

--- 15 unchanged lines hidden (view full) ---

676 char hf_send_rrh_command;
677 uint8_t hf_send_cnum;
678
679 uint8_t hf_activate_call_waiting_notification;
680 uint8_t hf_deactivate_call_waiting_notification;
681
682 uint8_t hf_activate_calling_line_notification;
683 uint8_t hf_deactivate_calling_line_notification;
682 uint8_t hf_activate_echo_canceling_and_noise_reduction;
683 uint8_t hf_deactivate_echo_canceling_and_noise_reduction;
684
685 hfp_voice_recognition_activation_status_t vra_state;
686 hfp_voice_recognition_activation_status_t vra_state_requested;
687 bool deactivate_voice_recognition;
688 bool activate_voice_recognition;
689 bool enhanced_voice_recognition_enabled;
690

--- 143 unchanged lines hidden ---
684 uint8_t hf_deactivate_echo_canceling_and_noise_reduction;
685
686 hfp_voice_recognition_activation_status_t vra_state;
687 hfp_voice_recognition_activation_status_t vra_state_requested;
688 bool deactivate_voice_recognition;
689 bool activate_voice_recognition;
690 bool enhanced_voice_recognition_enabled;
691

--- 143 unchanged lines hidden ---