From b3bfe2110b7a90e285e52679679ac8f496f4ad5b Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Thu, 4 Apr 2024 19:21:17 +0300 Subject: [PATCH] lib: add BT_SCM_ERROR Add new CMSG type used in new kernel TX timestamping support. --- lib/bluetooth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bluetooth.h b/lib/bluetooth.h index 75dc960c8..a4ed65d0b 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 -- 2.47.3