Hi Luiz, > 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@xxxxxxxxx> > --- > include/net/bluetooth/hci_core.h | 39 +-- > net/bluetooth/Makefile | 3 +- > net/bluetooth/eir.c | 335 +++++++++++++++++++++++++ > net/bluetooth/eir.h | 72 ++++++ > net/bluetooth/hci_core.c | 54 ++++ > net/bluetooth/hci_event.c | 1 + > net/bluetooth/hci_request.c | 416 ++----------------------------- > net/bluetooth/hci_request.h | 23 -- > net/bluetooth/mgmt.c | 3 +- > 9 files changed, 483 insertions(+), 463 deletions(-) > create mode 100644 net/bluetooth/eir.c > create mode 100644 net/bluetooth/eir.h patch has been applied to bluetooth-next tree. Regards Marcel