Diff between b425c3d9ab270121aa15df8ecf5ea6b064367696 and c6dac57dc66da0b37052d220c7e30f7a93dc4c02
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 02e6ec8..d2f7264 100644
--- a/android/handsfree.c
+++ b/android/handsfree.c
@@ -725,6 +725,8 @@ static void at_cmd_bldn(struct hfp_gw_result *result, enum hfp_gw_cmd_type type,
case HFP_GW_CMD_TYPE_SET:
break;
}
+
+ hfp_gw_send_result(device.gw, HFP_RESULT_ERROR);
}
static void at_cmd_bvra(struct hfp_gw_result *result, enum hfp_gw_cmd_type type,