mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
avdtp_initiator: don't try to validate empty configuration on reconfigure accept
This commit is contained in:
parent
b8dffb2591
commit
b308acf6a3
@ -150,6 +150,8 @@ void avdtp_initiator_stream_config_subsm(avdtp_connection_t * connection, uint8_
|
||||
log_error("AVDTP_SI_RECONFIGURE: stream endpoint is null");
|
||||
break;
|
||||
}
|
||||
// test commented
|
||||
#if 0
|
||||
sep.configured_service_categories = avdtp_unpack_service_capabilities(connection, &sep.configuration, connection->signaling_packet.command+4, connection->signaling_packet.size-4);
|
||||
// TODO check if configuration is supported
|
||||
|
||||
@ -157,6 +159,7 @@ void avdtp_initiator_stream_config_subsm(avdtp_connection_t * connection, uint8_
|
||||
stream_endpoint->remote_sep = sep;
|
||||
log_info("INT: update seid %d, to %p", stream_endpoint->remote_sep.seid, stream_endpoint);
|
||||
}
|
||||
#endif
|
||||
stream_endpoint->state = AVDTP_STREAM_ENDPOINT_OPENED;
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user