diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/handsfree-audio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/handsfree-audio.h b/include/handsfree-audio.h index 49b0605d..82d13128 100644 --- a/include/handsfree-audio.h +++ b/include/handsfree-audio.h @@ -49,6 +49,8 @@ struct ofono_handsfree_card *ofono_handsfree_card_create(unsigned int vendor, int ofono_handsfree_card_register(struct ofono_handsfree_card *card); void ofono_handsfree_card_remove(struct ofono_handsfree_card *card); +ofono_bool_t ofono_handsfree_audio_has_wideband(void); + void ofono_handsfree_card_set_data(struct ofono_handsfree_card *card, void *data); void *ofono_handsfree_card_get_data(struct ofono_handsfree_card *card); |