Diff between adb6f96787c26fc8e4d16f737499ce3b9152cbaa and eeacd40d7a1d3450694f9fed7a98eca8c9468338

Changed Files

File Additions Deletions Status
android/handsfree.c +2 -0 modified

Full Patch

diff --git a/android/handsfree.c b/android/handsfree.c
index 2ab0c32..62bb1cf 100644
--- a/android/handsfree.c
+++ b/android/handsfree.c
@@ -208,6 +208,8 @@ static void device_init(const bdaddr_t *bdaddr)
 {
 	bacpy(&device.bdaddr, bdaddr);
 
+	device.setup_state = HAL_HANDSFREE_CALL_STATE_IDLE;
+
 	memcpy(device.inds, inds_defaults, sizeof(device.inds));
 
 	memcpy(device.codecs, codecs_defaults, sizeof(device.codecs));