]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite61e41f3636cfae5b2d5ad00372f4a3c935711a0
treeb418c8a768fb0d558910a9ec8366450c3a8c0ca8
parent11fa3ef31d3c7151200433fc9caefc1d0d79b113
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