l2cap: fix issue with outgoing connection before read remote supported complete when other channels exist

This commit is contained in:
Matthias Ringwald 2018-10-02 16:17:13 +02:00
parent 6136aefe92
commit ef07b2dc0f
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Fixed
- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist
## Changes September 2018

View File

@ -2149,7 +2149,6 @@ static void l2cap_hci_event_handler(uint8_t packet_type, uint16_t cid, uint8_t *
if (channel->con_handle != handle) continue;
log_info("remote supported features, channel %p, cid %04x - state %u", channel, channel->local_cid, channel->state);
l2cap_handle_remote_supported_features_received(channel);
break;
}
break;