Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 61c49dfa2e8d4a1eb0926ae5fd8cde38ac01c74a https://github.com/bluez/bluez/commit/61c49dfa2e8d4a1eb0926ae5fd8cde38ac01c74a 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: f911b6df4fd1462d9718bcacced508cad03ce4d1 https://github.com/bluez/bluez/commit/f911b6df4fd1462d9718bcacced508cad03ce4d1 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/3acfa2d50a9f...f911b6df4fd1 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications