Bluetooth: Fix reserved field in CTE request control packet

Fix reserved field in CTE request, copy paste mistake from MinCTELenReq
field.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2022-09-14 14:18:18 +02:00 committed by A Wireshark GitLab Utility
parent cf36b716b0
commit 230a2ae16a
1 changed files with 1 additions and 1 deletions

View File

@ -4735,7 +4735,7 @@ proto_register_btle(void)
NULL, HFILL }
},
{ &hf_control_cte_rfu,
{ "MinCTELenReq", "btle.control.cte.rfu",
{ "Reserved", "btle.control.cte.rfu",
FT_UINT8, BASE_DEC, NULL, 0x20,
NULL, HFILL }
},