Diff between 98078c12e677bd992cae5c41e239adbdf3a3a315 and e37ac863ce7dd700a202f32e2779cf1fe1e867ec
Changed Files
| File | Additions | Deletions | Status |
| src/shared/hfp.c | +1 | -1 | modified |
Full Patch
diff --git a/src/shared/hfp.c b/src/shared/hfp.c
index ea6494d..90e17c7 100644
--- a/src/shared/hfp.c
+++ b/src/shared/hfp.c
@@ -762,7 +762,7 @@ bool hfp_gw_send_result(struct hfp_gw *hfp, enum hfp_result result)
*/
if (hfp->result_pending) {
hfp->result_pending = false;
- can_read_data(hfp->io, hfp);
+ process_input(hfp);
}
return true;