From be7e60af751ca71769f50ae710096b994a998adc Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 19 Oct 2020 13:03:00 -0700 Subject: lib: Add BT_PKT_STATUS BT_PKT_STATUS has been introduced to the kernel but userspace has not been updated to reflect that. --- lib/bluetooth.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/bluetooth.h b/lib/bluetooth.h index 648fc84ec..7ee9037a6 100644 --- a/lib/bluetooth.h +++ b/lib/bluetooth.h @@ -136,6 +136,10 @@ struct bt_voice { #define BT_MODE_LE_FLOWCTL 0x03 #define BT_MODE_EXT_FLOWCTL 0x04 +#define BT_PKT_STATUS 16 + +#define BT_SCM_PKT_STATUS 0x03 + /* Connection and socket states */ enum { BT_CONNECTED = 1, /* Equal to TCP_ESTABLISHED to make net code happy */ -- cgit v1.2.1