mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 18:35:17 +00:00
avdtp: do not reset capabilities on stream close
This commit is contained in:
parent
c580323e42
commit
bc18ee1a25
@ -83,8 +83,8 @@ void avdtp_reset_stream_endpoint(avdtp_stream_endpoint_t * stream_endpoint){
|
||||
|
||||
stream_endpoint->sep.in_use = 0;
|
||||
memset(&stream_endpoint->remote_sep, 0, sizeof(avdtp_sep_t));
|
||||
memset(&stream_endpoint->remote_capabilities, 0, sizeof(avdtp_capabilities_t));
|
||||
memset(&stream_endpoint->remote_configuration, 0, sizeof(avdtp_capabilities_t));
|
||||
// memset(&stream_endpoint->remote_capabilities, 0, sizeof(avdtp_capabilities_t));
|
||||
// memset(&stream_endpoint->remote_configuration, 0, sizeof(avdtp_capabilities_t));
|
||||
|
||||
stream_endpoint->remote_capabilities_bitmap = 0;
|
||||
stream_endpoint->remote_configuration_bitmap = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user