Add new (experimental) socket option. --- lib/bluetooth.h | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.44.0