hfp.h (667ec0681a813a0001e50d9fdab463d265807e4e) | hfp.h (a5bdcda89a13d85a2d6e095a87c45c0fca9a01a2) |
---|---|
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 --- 526 unchanged lines hidden (view full) --- 535 uint8_t microphone_gain; 536 uint8_t send_microphone_gain; 537 538 uint8_t speaker_gain; 539 uint8_t send_speaker_gain; 540 541 uint8_t send_phone_number_for_voice_tag; 542 uint8_t send_ag_status_indicators; | 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 --- 526 unchanged lines hidden (view full) --- 535 uint8_t microphone_gain; 536 uint8_t send_microphone_gain; 537 538 uint8_t speaker_gain; 539 uint8_t send_speaker_gain; 540 541 uint8_t send_phone_number_for_voice_tag; 542 uint8_t send_ag_status_indicators; |
543 uint8_t send_response_and_hold_active; 544 uint8_t send_response_and_hold_status; 545 | 543 uint8_t send_response_and_hold_status; // 0 - don't send. BRTH:0 == 1, .. 544 |
546 // AG only 547 uint8_t change_in_band_ring_tone_setting; 548 uint8_t ag_ring; 549 uint8_t ag_send_clip; 550 uint8_t ag_echo_and_noise_reduction; 551 uint8_t ag_activate_voice_recognition; 552 uint8_t send_subscriber_number; 553 uint8_t next_subscriber_number_to_send; --- 89 unchanged lines hidden --- | 545 // AG only 546 uint8_t change_in_band_ring_tone_setting; 547 uint8_t ag_ring; 548 uint8_t ag_send_clip; 549 uint8_t ag_echo_and_noise_reduction; 550 uint8_t ag_activate_voice_recognition; 551 uint8_t send_subscriber_number; 552 uint8_t next_subscriber_number_to_send; --- 89 unchanged lines hidden --- |