aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btle.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-btle.c')
-rw-r--r--epan/dissectors/packet-btle.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-btle.c b/epan/dissectors/packet-btle.c
index 26cea82c7b..cff10eabbd 100644
--- a/epan/dissectors/packet-btle.c
+++ b/epan/dissectors/packet-btle.c
@@ -2616,8 +2616,8 @@ dissect_btle(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
acl_data->remote_bd_addr_id = 0;
acl_data->is_btle = TRUE;
acl_data->is_btle_retransmit = retransmit;
- acl_data->adapter_disconnect_in_frame = &max_disconnect_in_frame;
- acl_data->disconnect_in_frame = &max_disconnect_in_frame;
+ acl_data->adapter_disconnect_in_frame = &bluetooth_max_disconnect_in_frame;
+ acl_data->disconnect_in_frame = &bluetooth_max_disconnect_in_frame;
next_tvb = tvb_new_subset_length(tvb, offset, length);
if (next_tvb) {
@@ -2699,8 +2699,8 @@ dissect_btle(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
acl_data->remote_bd_addr_id = 0;
acl_data->is_btle = TRUE;
acl_data->is_btle_retransmit = retransmit;
- acl_data->adapter_disconnect_in_frame = &max_disconnect_in_frame;
- acl_data->disconnect_in_frame = &max_disconnect_in_frame;
+ acl_data->adapter_disconnect_in_frame = &bluetooth_max_disconnect_in_frame;
+ acl_data->disconnect_in_frame = &bluetooth_max_disconnect_in_frame;
next_tvb = tvb_new_subset_length(tvb, offset, length);
call_dissector_with_data(btl2cap_handle, next_tvb, pinfo, tree, acl_data);