Bluetooth: eir: Move EIR/Adv Data functions to its own file
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 20 Sep 2021 22:59:37 +0000 (15:59 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 21 Sep 2021 08:37:33 +0000 (10:37 +0200)
commit01ce70b0a274bd76a5a311fb90d4d446d9bdfea1
treeb418c8a768fb0d558910a9ec8366450c3a8c0ca8
parent81be03e026dc0c16dc1c64e088b2a53b73caa895
Bluetooth: eir: Move EIR/Adv Data functions to its own file

This moves functions manipulating EIR/Adv Data to its own file so it
can be reused by other files.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/Makefile
net/bluetooth/eir.c [new file with mode: 0644]
net/bluetooth/eir.h [new file with mode: 0644]
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c
net/bluetooth/hci_request.c
net/bluetooth/hci_request.h
net/bluetooth/mgmt.c