commit | af5e6a1108ad82e7a644c6f8e6dbf69317029640 | [log] [tgz] |
---|---|---|
author | Vinayak Kariappa Chettimada <vich@nordicsemi.no> | Wed Dec 29 11:30:19 2021 +0530 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 19 13:45:09 2022 -0500 |
tree | 49108bcbbc1411929ac1ab0539d0ce127b966225 | |
parent | 8e0f3d1e5d07b767cf8014c37bed3a6436b9dda0 [diff] |
Bluetooth: Controller: Skip re-init of static initialized PDU fields Skip re-initialization of statically initialized PDU struct fields that are not modified at runtime. When supporting connection oriented CTE, the cp bit and resv field used for CTE info are modified, hence re-initialized these and accordingly reset the values when just-in-time HCI Tx Data fragmentation is performed in the Lower Link Layer. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>