mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-02 13:14:04 +00:00
avrcp_browsing: fix w4 sdp -> connect transition
This commit is contained in:
parent
a5fff93b0a
commit
2e97cf5e0f
@ -412,7 +412,7 @@ static void avrcp_browsing_handle_sdp_query_complete(avrcp_connection_t * connec
|
||||
btstack_assert(false);
|
||||
return;
|
||||
}
|
||||
if (connection_with_opposite_role->browsing_connection->state == AVCTP_CONNECTION_W4_L2CAP_CONNECTED) {
|
||||
if (connection_with_opposite_role->browsing_connection->state == AVCTP_CONNECTION_W2_L2CAP_CONNECT) {
|
||||
|
||||
connection->browsing_connection->state = AVCTP_CONNECTION_W4_L2CAP_CONNECTED;
|
||||
connection_with_opposite_role->browsing_connection->state = AVCTP_CONNECTION_W4_L2CAP_CONNECTED;
|
||||
|
Loading…
x
Reference in New Issue
Block a user