hfp.h (a95ec82fc18d8660249819f71503cd2dde74ea7f) | hfp.h (754910ca8c2e98c34d9eb8ef45245f28c915e225) |
---|---|
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 --- 615 unchanged lines hidden (view full) --- 624 uint8_t send_ag_indicators_segment; 625 uint8_t send_response_and_hold_status; // 0 - don't send. BRTH:0 == 1, .. 626 627 // AG only 628 uint8_t change_in_band_ring_tone_setting; 629 uint8_t ag_ring; 630 uint8_t ag_send_clip; 631 uint8_t ag_echo_and_noise_reduction; | 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 --- 615 unchanged lines hidden (view full) --- 624 uint8_t send_ag_indicators_segment; 625 uint8_t send_response_and_hold_status; // 0 - don't send. BRTH:0 == 1, .. 626 627 // AG only 628 uint8_t change_in_band_ring_tone_setting; 629 uint8_t ag_ring; 630 uint8_t ag_send_clip; 631 uint8_t ag_echo_and_noise_reduction; |
632 // used by AG: HFP parser stores here the activation value issued by HF |
|
632 uint8_t ag_activate_voice_recognition; 633 uint8_t ag_notify_incoming_call_waiting; 634 uint8_t send_subscriber_number; 635 uint8_t next_subscriber_number_to_send; 636 uint8_t ag_call_hold_action; 637 uint8_t ag_response_and_hold_action; 638 uint8_t ag_dtmf_code; 639 bool ag_send_no_carrier; --- 181 unchanged lines hidden --- | 633 uint8_t ag_activate_voice_recognition; 634 uint8_t ag_notify_incoming_call_waiting; 635 uint8_t send_subscriber_number; 636 uint8_t next_subscriber_number_to_send; 637 uint8_t ag_call_hold_action; 638 uint8_t ag_response_and_hold_action; 639 uint8_t ag_dtmf_code; 640 bool ag_send_no_carrier; --- 181 unchanged lines hidden --- |