Bluetooth: hci_core: Introduce hci_recv_event_data
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 4 Feb 2022 21:04:38 +0000 (13:04 -0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 22 Jul 2022 20:20:52 +0000 (13:20 -0700)
commitdfe6d5c3ec23c5b999261d989059aa35403d791d
treeecfb0dc1c15880dd2590c9ae3ccf79672ce14cac
parent0ef08313cefdd60d7be1e21c405f8f8e544d8ee9
Bluetooth: hci_core: Introduce hci_recv_event_data

This introduces hci_recv_event_data to make it simpler to access the
contents of last received event rather than having to pass its contents
to the likes of *_ind/*_cfm callbacks.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c