aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2024-04-07 18:18:34 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-04-10 12:31:46 -0400
commit138e97020d5fb2261ab2c4554dedf1f8216986d8 (patch)
treec26ceb5c9b4dc9e5d34298b3e1bd1decd2fa7e32
parentb163e2bd03034cfbdbf449f85144917497bb1799 (diff)
lib: add BT_POLL_ERRQUEUE socket option
Add new (experimental) socket option.
-rw-r--r--lib/bluetooth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bluetooth.h b/lib/bluetooth.h
index a4ed65d0ba..073ed875df 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)