Hi Pauli, On Tue, Apr 2, 2024 at 12:43 PM Pauli Virtanen <pav@xxxxxx> wrote: > > Add new CMSG type used in new kernel TX timestamping support. > > Add new socket option. > --- > lib/bluetooth.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/lib/bluetooth.h b/lib/bluetooth.h > index 75dc960c8..7c310a69b 100644 > --- a/lib/bluetooth.h > +++ b/lib/bluetooth.h > @@ -141,6 +141,7 @@ struct bt_voice { > #define BT_PKT_STATUS 16 > > #define BT_SCM_PKT_STATUS 0x03 > +#define BT_SCM_ERROR 0x04 > > #define BT_ISO_QOS 17 > > @@ -239,6 +240,8 @@ enum { > > #define BT_ISO_BASE 20 > > +#define BT_NO_ERRQUEUE_POLL 21 Split this change so I can apply the other patches in advance. > /* Byte order conversions */ > #if __BYTE_ORDER == __LITTLE_ENDIAN > #define htobs(d) (d) > -- > 2.44.0 > > -- Luiz Augusto von Dentz