commit | 12decc70d03d56cdb096dda663457ee22239623b | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Wed Nov 10 14:45:23 2021 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Nov 12 14:52:33 2021 +0100 |
tree | 3bb9a05ae83487e8b2042f240b72474e9ab236b4 | |
parent | 08b1dfb4a23f59c8e6fefcbc7aaeefc750454e38 [diff] |
Bluetooth: ISO: Add bitmask for retrieving iso header lenght Add a macro to retrieve the iso data load length (the length stored in the iso header) with a bit mask that ensures that we only take the first 14 bits. This is to remove any RFU bits that may have been set. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>