commit | 22cfbd3dbd3c1cd1ebb58d44510b2125978b98e2 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Thu Jun 17 10:46:58 2021 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Jun 18 11:21:14 2021 +0200 |
tree | 4cdbe17f2f86c6c5d43428961d19deaf715cfb3f | |
parent | 824f9645f0ccba184781e9a987646b8df456a9b1 [diff] |
Bluetooth: Host: Modify check for read buffer size v2 Modify the check from checking the feature bit to checking the command bit. This ensures that we don't send the read buffer size V2 to a controller that does not support it. This also moves the entire ISO init procedure into a separate function to avoid having a large ISO-only block in `le_init`. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>