* [bluez/bluez] 61c49d: lib: Add missing includes in bluetooth/hci.h
@ 2025-08-25 20:17 Arkadiusz Bokowy
0 siblings, 0 replies; only message in thread
From: Arkadiusz Bokowy @ 2025-08-25 20:17 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: 61c49dfa2e8d4a1eb0926ae5fd8cde38ac01c74a
https://github.com/bluez/bluez/commit/61c49dfa2e8d4a1eb0926ae5fd8cde38ac01c74a
Author: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
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@gmail.com>
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-25 20:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-25 20:17 [bluez/bluez] 61c49d: lib: Add missing includes in bluetooth/hci.h Arkadiusz Bokowy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).