Bluetooth: Controller: Move BT_EVT_MASK_LE_META_EVENT check to a common place #40375
Labels
area: Bluetooth Controller
area: Bluetooth
Enhancement
Changes/Updates/Additions to existing features
Good first issue
Good for a first time contributor to take


Is your enhancement proposal related to a problem? Please describe.
(event_mask & BT_EVT_MASK_LE_META_EVENT)is check many places in the code. Would it be possible to move this checks to a single place in e.g.encode_controlfor all LE events?Describe the solution you'd like
https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736212741
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or graphics (drag-and-drop an image) about the feature request here.
The text was updated successfully, but these errors were encountered: