Socket options and CMSG identifier for ISO packet sequence numbers. --- lib/bluetooth.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/bluetooth.h b/lib/bluetooth.h index 150679d72..4fb8ab2ec 100644 --- a/lib/bluetooth.h +++ b/lib/bluetooth.h @@ -253,6 +253,10 @@ enum { #define BT_ISO_BASE 20 +#define BT_PKT_SEQNUM 21 + +#define BT_SCM_PKT_SEQNUM 0x05 + /* Byte order conversions */ #if __BYTE_ORDER == __LITTLE_ENDIAN #define htobs(d) (d) -- 2.50.1