hfp.h (352a05047db81c48185db466e7ed443202b20a9f) | hfp.h (1cc65c4fce14ad71d62f69eec6f702e5984158f4) |
---|---|
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 --- 587 unchanged lines hidden (view full) --- 596 597 // HF only 598 uint8_t hf_accept_sco; 599 hfp_hf_query_operator_state_t hf_query_operator_state; 600 uint8_t hf_answer_incoming_call; 601 uint8_t hf_initiate_outgoing_call; 602 uint8_t hf_initiate_memory_dialing; 603 uint8_t hf_initiate_redial_last_number; | 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 --- 587 unchanged lines hidden (view full) --- 596 597 // HF only 598 uint8_t hf_accept_sco; 599 hfp_hf_query_operator_state_t hf_query_operator_state; 600 uint8_t hf_answer_incoming_call; 601 uint8_t hf_initiate_outgoing_call; 602 uint8_t hf_initiate_memory_dialing; 603 uint8_t hf_initiate_redial_last_number; |
604 bool hf_send_codec_confirm; 605 bool hf_send_supported_codecs; 606 |
|
604 int memory_id; 605 606 uint8_t hf_send_clip_enable; 607 uint8_t hf_send_chup; 608 uint8_t hf_send_chld_0; 609 uint8_t hf_send_chld_1; 610 uint8_t hf_send_chld_2; 611 uint8_t hf_send_chld_3; --- 107 unchanged lines hidden --- | 607 int memory_id; 608 609 uint8_t hf_send_clip_enable; 610 uint8_t hf_send_chup; 611 uint8_t hf_send_chld_0; 612 uint8_t hf_send_chld_1; 613 uint8_t hf_send_chld_2; 614 uint8_t hf_send_chld_3; --- 107 unchanged lines hidden --- |