diff mbox series

[BlueZ,1/5] lib: add BT_POLL_ERRQUEUE socket option

Message ID b6b6d1de2e58ec4fcb8c5265753bdf0bb41796c1.1712503074.git.pav@iki.fi
State New
Headers show
Series Add BT_POLL_ERRQUEUE experimental feature and tests | expand

Commit Message

Pauli Virtanen April 7, 2024, 3:18 p.m. UTC
Add new (experimental) socket option.
---
 lib/bluetooth.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/lib/bluetooth.h b/lib/bluetooth.h
index a4ed65d0b..073ed875d 100644
--- a/lib/bluetooth.h
+++ b/lib/bluetooth.h
@@ -240,6 +240,8 @@  enum {
 
 #define BT_ISO_BASE		20
 
+#define BT_POLL_ERRQUEUE	21
+
 /* Byte order conversions */
 #if __BYTE_ORDER == __LITTLE_ENDIAN
 #define htobs(d)  (d)