include: Add handsfree card create / remove API

This commit is contained in:
Denis Kenzior 2013-02-26 11:02:43 -06:00
parent 82fae93ca1
commit d202b18a9d
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@ extern "C" {
#include <ofono/types.h>
struct ofono_handsfree_card;
struct ofono_handsfree_card *ofono_handsfree_card_create(const char *remote,
const char *local);
void ofono_handsfree_card_remove(struct ofono_handsfree_card *card);
void ofono_handsfree_audio_ref(void);
void ofono_handsfree_audio_unref(void);