Skip to content
Snippets Groups Projects
Commit 0c4c35e4 authored by Sal Savage's avatar Sal Savage Committed by Gerrit Code Review
Browse files

Merge "Handle connection failures on the control channel properly"

parents 62a3ad72 eb66372c
No related branches found
No related tags found
No related merge requests found
......@@ -667,6 +667,7 @@ void handle_rc_connect(tBTA_AV_RC_OPEN* p_rc_open) {
BTIF_TRACE_ERROR("%s: Connect failed with error code: %d", __func__,
p_rc_open->status);
p_dev->rc_connected = false;
return;
}
// check if already some RC is connected
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment