Message ID | 20240719200716.1557861-2-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [RFC,BlueZ,v1,1/2] main.conf: Add LE.CentralAddressResolution option | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
diff --git a/monitor/packet.c b/monitor/packet.c index 5abf164ebf5e..8fb513833f41 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -14331,6 +14331,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" }, { } };
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(+)