commit | 3e54c5890c87a30b1019a3de9dab968ff2b21e06 | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Wed Dec 01 10:55:03 2021 -0800 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Dec 07 17:05:50 2021 +0100 |
tree | 13c7f1dec4fcb95bdc55442920232a66f48c3e05 | |
parent | a3679649a19179813c3853b8bb397a801d9dd253 [diff] |
Bluetooth: hci_event: Use of a function table to handle HCI events This change the use of switch statement to a function table which is easier to extend and can include min/max length of each HCI event. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>