From 508bb0cd2c78d06a73c2c85e96a7bcb6d807f847 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 29 Oct 2021 11:15:45 +0200 Subject: [PATCH] l2cap: remote features not required for SDP connections --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b773c14c0..6c38928d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - HCI: provide status instead of undocumented int error code and bool for API functions - GAP: local name, EIR data, class of device and default link policy can be updated at any time - L2CAP: provide status instead of undocumented int error code and bool for API functions +- L2CAP: remote features not required for SDP connections - RFCOMM: `RFCOMM_EVENT_PORT_CONFIGURATION` contains rfcomm_cid and remote flag, emitted for query config - RFCOMM: provide status instead of undocumented int error code and bool for API functions - RFCOMM: remote port configuration, line status, and modem status are sent by channel state machine