Parent: 61c49dfa2e8d4a1eb0926ae5fd8cde38ac01c74a
Author: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2025-08-25 23:15:45
Tree: 2bb58385a92555ef5e8b806d7ae80789ec3d82a5
lib: Add missing includes in bluetooth/hci_lib.h Compilation fails when using bluetooth/hci_lib.h without other includes. /usr/include/bluetooth/hci_lib.h:21:9: error: unknown type name ‘uint16_t’ 21 | uint16_t ogf; | ^~~~~~~~ ... /usr/include/bluetooth/hci_lib.h:182:27: error: ‘HCI_VENDOR_PKT’ undeclared 182 | hci_set_bit((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask); | ^~~~~~~~~~~~~~
Diffstat
| M | lib/bluetooth/hci_lib.h | | | 6 | ++++++ |
1 files changed, 6 insertions(+), 0 deletions(-)