summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-10-19 13:03:00 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-10-19 13:03:00 -0700
commitbe7e60af751ca71769f50ae710096b994a998adc (patch)
tree0e74d498928c36cc4bd46ae66a7c7836930ac02f /lib
parente8f8a59660670d22214ecdfdf7014e353c3f56f2 (diff)
downloadbluez-be7e60af751ca71769f50ae710096b994a998adc.tar.gz
lib: Add BT_PKT_STATUS
BT_PKT_STATUS has been introduced to the kernel but userspace has not been updated to reflect that.
Diffstat (limited to 'lib')
-rw-r--r--lib/bluetooth.h4
1 files changed, 4 insertions, 0 deletions
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 */