| commit | e53e4cf0a2a05fc30b25d9df35b9d9f68b0619fe | [log] [tgz] |
|---|---|---|
| author | Pavel Vasilyev <pavel.vasilyev@nordicsemi.no> | Wed Apr 02 13:19:48 2025 +0200 |
| committer | Benjamin Cabé <kartben@gmail.com> | Mon Apr 07 09:59:29 2025 +0200 |
| tree | 8737aef74306f097ccc08b95cb70d6880b4a1fc7 | |
| parent | 18b85290cd732e892bf868f5a63216fdace57805 [diff] |
bluetooth: host: att: Remove att_sent function `att_sent` is removed as it does not provide any value. All checks are already performed in `att_on_sent_cb`, and keeping it only increases readability complexity. `att_sent` is removed as doesn't give any value. All checks are done already in `att_on_sent_cb`. It just increases readness complexity. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>