mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-23 09:41:03 +00:00
hfp_ag: fix compile
This commit is contained in:
parent
c415dc9873
commit
d7d354cb40
@ -2619,13 +2619,13 @@ uint8_t hfp_ag_enhanced_voice_recognition_state(hci_con_handle_t acl_handle, hfp
|
||||
}
|
||||
|
||||
uint8_t hfp_ag_enhanced_voice_recognition_starting_sound(hci_con_handle_t acl_handle){
|
||||
return hfp_ag_enhanced_voice_recognition_status(acl_handle, HFP_VOICE_RECOGNITION_STATE_AG_IS_SENDING_AUDIO_TO_HF);
|
||||
return hfp_ag_enhanced_voice_recognition_state(acl_handle, HFP_VOICE_RECOGNITION_STATE_AG_IS_SENDING_AUDIO_TO_HF);
|
||||
}
|
||||
uint8_t hfp_ag_enhanced_voice_recognition_ready_for_input(hci_con_handle_t acl_handle){
|
||||
return hfp_ag_enhanced_voice_recognition_status(acl_handle, HFP_VOICE_RECOGNITION_STATE_AG_READY_TO_ACCEPT_AUDIO_INPUT);
|
||||
return hfp_ag_enhanced_voice_recognition_state(acl_handle, HFP_VOICE_RECOGNITION_STATE_AG_READY_TO_ACCEPT_AUDIO_INPUT);
|
||||
}
|
||||
uint8_t hfp_ag_enhanced_voice_recognition_processing_input(hci_con_handle_t acl_handle){
|
||||
return hfp_ag_enhanced_voice_recognition_status(acl_handle, HFP_VOICE_RECOGNITION_STATE_AG_IS_PROCESSING_AUDIO_INPUT);
|
||||
return hfp_ag_enhanced_voice_recognition_state(acl_handle, HFP_VOICE_RECOGNITION_STATE_AG_IS_PROCESSING_AUDIO_INPUT);
|
||||
}
|
||||
|
||||
uint8_t hfp_ag_enhanced_voice_recognition_message(hci_con_handle_t acl_handle, hfp_voice_recognition_state_t state, hfp_voice_recognition_message_t msg){
|
||||
|
@ -121,7 +121,7 @@ void hfp_ag_register_packet_handler(btstack_packet_handler_t callback);
|
||||
*
|
||||
* @param use_in_band_ring_tone
|
||||
*/
|
||||
uint8_t hfp_ag_set_use_in_band_ring_tone(int use_in_band_ring_tone);
|
||||
void hfp_ag_set_use_in_band_ring_tone(int use_in_band_ring_tone);
|
||||
|
||||
|
||||
// actions used by local device / user
|
||||
|
Loading…
x
Reference in New Issue
Block a user