From: Vinicius Costa Gomes Date: Thu, 25 Apr 2013 19:05:15 +0000 (-0300) Subject: include: Add ofono_handsfree_audio_has_defer_setup() X-Git-Tag: 1.13~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66225c5ebda3a0514cfe92536726d18502c62bd4;p=platform%2Fupstream%2Fofono.git include: Add ofono_handsfree_audio_has_defer_setup() --- diff --git a/include/handsfree-audio.h b/include/handsfree-audio.h index 53e8ab1..846a032 100644 --- a/include/handsfree-audio.h +++ b/include/handsfree-audio.h @@ -53,6 +53,8 @@ ofono_bool_t ofono_handsfree_card_set_codec(struct ofono_handsfree_card *card, ofono_bool_t ofono_handsfree_audio_has_wideband(void); +ofono_bool_t ofono_handsfree_audio_has_defer_setup(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);