hfp_hf.h (af97579e443f2c6b71882d1189eb88c19629f90f) | hfp_hf.h (e83c202541a02b09236bd4dc8c266a0bbc81f536) |
---|---|
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 --- 378 unchanged lines hidden (view full) --- 387 388/* 389 * @brief Start enhanced voice recognition session. 390 * 391 * @param acl_handle 392 * @return status ERROR_CODE_SUCCESS if successful, otherwise: 393 * - ERROR_CODE_COMMAND_DISALLOWED if HF does not support it, or wrong VRA status 394 */ | 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 --- 378 unchanged lines hidden (view full) --- 387 388/* 389 * @brief Start enhanced voice recognition session. 390 * 391 * @param acl_handle 392 * @return status ERROR_CODE_SUCCESS if successful, otherwise: 393 * - ERROR_CODE_COMMAND_DISALLOWED if HF does not support it, or wrong VRA status 394 */ |
395uint8_t hfp_hf_start_enhanced_voice_recognition_session(hci_con_handle_t acl_handle); | 395uint8_t hfp_hf_activate_enhanced_voice_recognition(hci_con_handle_t acl_handle); |
396 397/* 398 * @brief Stop enhanced voice recognition session. 399 * 400 * @param acl_handle 401 * @return status ERROR_CODE_SUCCESS if successful, otherwise: 402 * - ERROR_CODE_COMMAND_DISALLOWED if HF does not support it, or wrong VRA status 403 */ | 396 397/* 398 * @brief Stop enhanced voice recognition session. 399 * 400 * @param acl_handle 401 * @return status ERROR_CODE_SUCCESS if successful, otherwise: 402 * - ERROR_CODE_COMMAND_DISALLOWED if HF does not support it, or wrong VRA status 403 */ |
404uint8_t hfp_hf_stop_enhanced_voice_recognition_session(hci_con_handle_t acl_handle); | 404uint8_t hfp_hf_deactivate_enhanced_voice_recognition(hci_con_handle_t acl_handle); |
405 406/* 407 * @brief Set microphone gain. 408 * 409 * @param acl_handle 410 * @param gain Valid range: [0,15] 411 * @return status ERROR_CODE_SUCCESS if successful, otherwise: 412 * - ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER if connection does not exist, or --- 134 unchanged lines hidden --- | 405 406/* 407 * @brief Set microphone gain. 408 * 409 * @param acl_handle 410 * @param gain Valid range: [0,15] 411 * @return status ERROR_CODE_SUCCESS if successful, otherwise: 412 * - ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER if connection does not exist, or --- 134 unchanged lines hidden --- |