mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-03 07:13:51 +00:00
pts/avdtp_source_test: set local/remote seid
This commit is contained in:
parent
b115538e7b
commit
065b033b5a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user