pts/avdtp_source_test: set local/remote seid

This commit is contained in:
Matthias Ringwald 2022-05-09 09:49:46 +02:00
parent b115538e7b
commit 065b033b5a

View File

@ -972,6 +972,8 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe
break;
}
avdtp_cid = avdtp_subevent_streaming_connection_established_get_avdtp_cid(packet);
media_tracker.local_seid = avdtp_subevent_streaming_connection_established_get_local_seid(packet);
media_tracker.remote_seid = avdtp_subevent_streaming_connection_established_get_remote_seid(packet);
printf("Streaming connection established, avdtp_cid 0x%02x\n", avdtp_cid);
break;