hciemu: Call btdev_receive_h4 unconditionally
authorArkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
Tue, 19 Sep 2023 16:27:45 +0000 (18:27 +0200)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:04 +0000 (19:04 +0530)
commit804702e87b145b4e0655f8a4a95529580cfc845d
treebf7fcab579d6c964257b898c5bc00f3a3ed53e6b
parenta5a783278582387a238ef4ed33239913839bd182
hciemu: Call btdev_receive_h4 unconditionally

Calling btdev_receive_h4 without prior logic will allow this function
to print some debug logs. E.g.: in case when the received packet type
is not supported.

> Bluetooth emulator ver 5.66
> vhci0: > ff 00 01 00                                      ....
> vhci0: Unsupported packet 0xff
emulator/hciemu.c
emulator/vhci.c