3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 typedef struct _reassembly_t
{
11 unsigned segment_len_rem
;
16 typedef struct _connection_info_t
{
17 reassembly_t reassembly
[2];
20 uint32_t interface_id
;
23 uint8_t bd_addr
[2][6];
30 btbredr_rf_add_esco_link(connection_info_t
*cinfo
, packet_info
*pinfo
, uint8_t handle
, uint32_t ltaddr
, uint16_t pktszms
, uint16_t pktszsm
);
33 btbredr_rf_remove_esco_link(connection_info_t
*cinfo
, packet_info
*pinfo
, uint8_t handle
);