Skip to content

btle: Split dissect_btle into smaller functions

The function dissect_btle is huge (almost 1500 lines). This merge request splits this function into smaller functions handling the different PDU types.

This split is not too different to how the Bluetooth Core specification splits it (See Core_v5.4, Vol 6, Part B, Section 2)

Merge request reports