mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 21:35:16 +00:00
l2cap: fix issue with outgoing connection before read remote supported complete when other channels exist
This commit is contained in:
parent
6136aefe92
commit
ef07b2dc0f
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- L2CAP: fix issue with outgoing connection before read remote supported complete when other channels exist
|
||||||
|
|
||||||
## Changes September 2018
|
## Changes September 2018
|
||||||
|
|
||||||
|
@ -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;
|
if (channel->con_handle != handle) continue;
|
||||||
log_info("remote supported features, channel %p, cid %04x - state %u", channel, channel->local_cid, channel->state);
|
log_info("remote supported features, channel %p, cid %04x - state %u", channel, channel->local_cid, channel->state);
|
||||||
l2cap_handle_remote_supported_features_received(channel);
|
l2cap_handle_remote_supported_features_received(channel);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user