| commit | e61c5b3630ef013907c62acfdd53180a30cd5ecd | [log] [tgz] |
|---|---|---|
| author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Tue Jun 11 14:57:33 2019 +0300 |
| committer | Johan Hedberg <johan.hedberg@gmail.com> | Thu Jun 13 14:33:27 2019 +0300 |
| tree | cf5dbff1d15763e04f754ca5758cbf1ac990853a | |
| parent | 8a92818c0a0ceea30a9540e3e1557dec2cdf6fbf [diff] |
Bluetooth: L2CAP: Fix inverting of SCID and DCID on disconnect For the request: DCID shall map to rx.cid: 'This field specifies the endpoint of the channel to be disconnected on the device receiving this request.' SCID shall map to tx.cid: 'This field specifies the endpoint of the channel to be disconnected on the device sending this request.' For the response when receiving the roles are inverted. Fixes #16799 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>