mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-07 15:39:51 +00:00
avrcp_controller: return after sending cmd
This commit is contained in:
parent
1e852c685d
commit
1ab8f8dd87
@ -1212,7 +1212,7 @@ static void avrcp_controller_handle_can_send_now(avrcp_connection_t * connection
|
||||
} else {
|
||||
connection->state = AVCTP_W2_RECEIVE_RESPONSE;
|
||||
}
|
||||
break;
|
||||
return;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user