From b67d8b46d239ae60ee1aa65b06e008febd16cf52 Mon Sep 17 00:00:00 2001 From: Alexander Menzhinsky Date: Mon, 28 Oct 2019 14:46:42 +0300 Subject: [PATCH] unix: add missing HCI_CHANNEL_LOGGING constant For more information see: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git/commit/?id=ac71494934c475e3f51e5e3e64a12f57618d82a4 Change-Id: If67f020c5a4ed64726d6ef35ba03d5ed100cedc4 Reviewed-on: https://go-review.googlesource.com/c/sys/+/203610 Reviewed-by: Brad Fitzpatrick Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- unix/bluetooth_linux.go | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/bluetooth_linux.go b/unix/bluetooth_linux.go index 6e322969..a178a614 100644 --- a/unix/bluetooth_linux.go +++ b/unix/bluetooth_linux.go @@ -23,6 +23,7 @@ const ( HCI_CHANNEL_USER = 1 HCI_CHANNEL_MONITOR = 2 HCI_CHANNEL_CONTROL = 3 + HCI_CHANNEL_LOGGING = 4 ) // Socketoption Level