All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ v1 2/3] monitor: Add support for Address Resoluton flag
Date: Mon, 25 Nov 2024 15:47:09 -0500	[thread overview]
Message-ID: <20241125204711.719853-2-luiz.dentz@gmail.com> (raw)
In-Reply-To: <20241125204711.719853-1-luiz.dentz@gmail.com>

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds proper decoding for Address Resolution flag.
---
 monitor/packet.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/monitor/packet.c b/monitor/packet.c
index f1a42925a8fc..06eff64dcd84 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -14418,6 +14418,7 @@ static void mgmt_set_exp_feature_rsp(const void *data, uint16_t size)
 static const struct bitfield_data mgmt_added_device_flags_table[] = {
 	{ 0, "Remote Wakeup"		},
 	{ 1, "Device Privacy Mode"	},
+	{ 2, "Address Resolution"	},
 	{ }
 };
 
-- 
2.47.0


  reply	other threads:[~2024-11-25 20:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-25 20:47 [PATCH BlueZ v1 1/3] main.conf: Add LE.CentralAddressResolution option Luiz Augusto von Dentz
2024-11-25 20:47 ` Luiz Augusto von Dentz [this message]
2024-11-25 20:47 ` [PATCH BlueZ v1 3/3] mgmt-tester: Fix LL Privacy tests Luiz Augusto von Dentz
2024-11-25 22:10 ` [BlueZ,v1,1/3] main.conf: Add LE.CentralAddressResolution option bluez.test.bot
2024-12-12 21:10 ` [PATCH BlueZ v1 1/3] " patchwork-bot+bluetooth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241125204711.719853-2-luiz.dentz@gmail.com \
    --to=luiz.dentz@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.