Diff between ffdf8c26fe711f7a46a43114b25f1c42e5fba5dd and 6bdba6be4328ab02cd3af3d33f9ffe731ec77716
Changed Files
| File | Additions | Deletions | Status |
| android/handsfree.c | +5 | -0 | modified |
Full Patch
diff --git a/android/handsfree.c b/android/handsfree.c
index ac26af4..36ed6fb 100644
--- a/android/handsfree.c
+++ b/android/handsfree.c
@@ -130,17 +130,22 @@ static struct {
uint8_t state;
uint8_t audio_state;
uint32_t features;
+
bool clip_enabled;
bool cmee_enabled;
bool ccwa_enabled;
bool indicators_enabled;
struct indicator inds[IND_COUNT];
+
uint8_t negotiated_codec;
uint8_t proposed_codec;
struct hfp_codec codecs[CODECS_COUNT];
+
guint ring;
bool hsp;
+
struct hfp_gw *gw;
+
GIOChannel *sco;
guint sco_watch;
} device;