Branch: refs/heads/995364 Home: https://github.com/bluez/bluez Commit: 12d7c41fa726fe800c84b92efe87901dbaefa04c https://github.com/bluez/bluez/commit/12d7c41fa726fe800c84b92efe87901dbaefa04c Author: Arkadiusz Bokowy <arkadiusz.bokowy@xxxxxxxxx> Date: 2025-08-25 (Mon, 25 Aug 2025) Changed paths: M lib/bluetooth/hci.h Log Message: ----------- lib: Add missing includes in bluetooth/hci.h Compilation fails when using bluetooth/hci.h without other includes. > /usr/include/bluetooth/hci.h:310:9: error: unknown type name ‘uint8_t’ > 310 | uint8_t lap[3]; > | ^~~~~~~ > ... > /usr/include/bluetooth/hci.h:383:9: error: unknown type name ‘bdaddr_t’; did you mean ‘daddr_t’? > 383 | bdaddr_t bdaddr; > | ^~~~~~~~ > ... Commit: 95b1086bb07bf75682e4e5f65dbd81700e7f4ccf https://github.com/bluez/bluez/commit/95b1086bb07bf75682e4e5f65dbd81700e7f4ccf Author: Arkadiusz Bokowy <arkadiusz.bokowy@xxxxxxxxx> Date: 2025-08-25 (Mon, 25 Aug 2025) Changed paths: M lib/bluetooth/hci_lib.h Log Message: ----------- 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); > | ^~~~~~~~~~~~~~ Compare: https://github.com/bluez/bluez/compare/12d7c41fa726%5E...95b1086bb07b To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications