mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-23 00:39:51 +00:00
a2dp_sink: fix forwarding of signaling released event
This commit is contained in:
parent
0ca82ad21a
commit
03853e67a2
@ -317,7 +317,6 @@ static void a2dp_sink_packet_handler_internal(uint8_t packet_type, uint16_t chan
|
||||
break;
|
||||
|
||||
case AVDTP_SUBEVENT_SIGNALING_CONNECTION_RELEASED:
|
||||
if (cid != a2dp_sink_cid) break;
|
||||
cid = avdtp_subevent_signaling_connection_released_get_avdtp_cid(packet);
|
||||
if (cid != a2dp_sink_cid) break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user