Bluetooth: HCI: LE: address review comments from review/18661.

Change-Id: Ibb97970e38d98f3564eb57995f3f31bebe88cc13
Reviewed-on: https://code.wireshark.org/review/18674
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Sharvil Nanavati 2016-11-04 09:53:38 -07:00 committed by Stig Bjørlykke
parent 4fd28724ca
commit 10dc31364b
1 changed files with 4 additions and 4 deletions

View File

@ -6594,14 +6594,14 @@ proto_register_bthci_evt(void)
NULL, HFILL }
},
{ &hf_bthci_evt_le_local_rpa,
{ "Local RPA", "bthci_evt.le_local_rpa",
{ "Local Resolvable Private Address", "bthci_evt.le_local_rpa",
FT_ETHER, BASE_NONE, NULL, 0x0,
"Local Remote Private Address", HFILL}
NULL, HFILL}
},
{ &hf_bthci_evt_le_peer_rpa,
{ "Peer RPA", "bthci_evt.le_peer_rpa",
{ "Peer Resolvable Private Address", "bthci_evt.le_peer_rpa",
FT_ETHER, BASE_NONE, NULL, 0x0,
"Peer Remote Private Address", HFILL}
NULL, HFILL}
},
{ &hf_bthci_evt_le_con_interval,
{ "Connection Interval", "bthci_evt.le_con_interval",