bluetooth-hci-decoder
bluetooth-hci-decoder copied to clipboard
:iphone: C++ Bluetooth HCI decoder library
fixes #3 Used Reference: Bluetooth Core Specification V5.2 P. 1892 - 1894
First of all thanks for providing this great library. I've however run into a problem with it. When constructing a ACL Packet you use the following code: ```Java hci_acl(const std::vector...
∟► $ make [ 3%] Building CXX object btsnoop-decoder/CMakeFiles/btsnoop_static.dir/src/btsnoopfileinfo.cpp.o [ 7%] Building CXX object btsnoop-decoder/CMakeFiles/btsnoop_static.dir/src/btsnooppacket.cpp.o /sources/bluetooth-hci-decoder/btsnoop-decoder/src/btsnooppacket.cpp: In constructor ‘BtSnoopPacket::BtSnoopPacket(char*)’: /sources/bluetooth-hci-decoder/btsnoop-decoder/src/btsnooppacket.cpp:90:33: warning: bitwise comparison always evaluates to false [-Wtautological-compare] if ((packet_flags...
$ make [ 3%] Building CXX object btsnoop-decoder/CMakeFiles/btsnoop_static.dir/src/btsnoopfileinfo.cpp.o In file included from /usr/include/c++/8/vector:60, from /sources/bluetooth-hci-decoder/btsnoop-decoder/include/btsnoop/btsnoopfileinfo.h:36, from /sources/bluetooth-hci-decoder/btsnoop-decoder/src/btsnoopfileinfo.cpp:33: /usr/include/c++/8/bits/stl_algobase.h:59:10: fatal error: bits/c++config.h: Aucun fichier ou dossier de ce type #include ^~~~~~~~~~~~~~~~~~...