example/a2dp_sink_demo: fix sending of delay report / cache local seid

This commit is contained in:
Matthias Ringwald 2023-05-26 20:39:42 +02:00
parent 937f816c55
commit 1f0b0879d3

View File

@ -1062,6 +1062,7 @@ static void a2dp_sink_packet_handler(uint8_t packet_type, uint16_t channel, uint
a2dp_subevent_stream_established_get_bd_addr(packet, a2dp_conn->addr);
a2dp_conn->a2dp_cid = a2dp_subevent_stream_established_get_a2dp_cid(packet);
a2dp_conn->a2dp_local_seid = a2dp_subevent_stream_established_get_local_seid(packet);
a2dp_conn->stream_state = STREAM_STATE_OPEN;
printf("A2DP Sink : Streaming connection is established, address %s, cid 0x%02x, local seid %d\n",