NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
tBNEP_CONN Struct Reference

Description

Definition at line 111 of file bnep_int.h.

Public Attributes

UINT8 con_state
 
UINT8 con_flags
 
BT_HDRp_pending_data
 
UINT16 l2cap_cid
 
BD_ADDR rem_bda
 
UINT16 rem_mtu_size
 
TIMER_LIST_ENT conn_tle
 
BUFFER_Q xmit_q
 
UINT16 sent_num_filters
 
UINT16 sent_prot_filter_start [BNEP_MAX_PROT_FILTERS]
 
UINT16 sent_prot_filter_end [BNEP_MAX_PROT_FILTERS]
 
UINT16 sent_mcast_filters
 
BD_ADDR sent_mcast_filter_start [BNEP_MAX_MULTI_FILTERS]
 
BD_ADDR sent_mcast_filter_end [BNEP_MAX_MULTI_FILTERS]
 
UINT16 rcvd_num_filters
 
UINT16 rcvd_prot_filter_start [BNEP_MAX_PROT_FILTERS]
 
UINT16 rcvd_prot_filter_end [BNEP_MAX_PROT_FILTERS]
 
UINT16 rcvd_mcast_filters
 
BD_ADDR rcvd_mcast_filter_start [BNEP_MAX_MULTI_FILTERS]
 
BD_ADDR rcvd_mcast_filter_end [BNEP_MAX_MULTI_FILTERS]
 
UINT16 bad_pkts_rcvd
 
UINT8 re_transmits
 
UINT16 handle
 
tBT_UUID prv_src_uuid
 
tBT_UUID prv_dst_uuid
 
tBT_UUID src_uuid
 
tBT_UUID dst_uuid
 

Member Data Documentation

◆ con_state

UINT8 tBNEP_CONN::con_state

Definition at line 120 of file bnep_int.h.

◆ con_flags

UINT8 tBNEP_CONN::con_flags

Definition at line 130 of file bnep_int.h.

◆ p_pending_data

BT_HDR* tBNEP_CONN::p_pending_data

Definition at line 131 of file bnep_int.h.

◆ l2cap_cid

UINT16 tBNEP_CONN::l2cap_cid

Definition at line 133 of file bnep_int.h.

◆ rem_bda

BD_ADDR tBNEP_CONN::rem_bda

Definition at line 134 of file bnep_int.h.

◆ rem_mtu_size

UINT16 tBNEP_CONN::rem_mtu_size

Definition at line 135 of file bnep_int.h.

◆ conn_tle

TIMER_LIST_ENT tBNEP_CONN::conn_tle

Definition at line 136 of file bnep_int.h.

◆ xmit_q

BUFFER_Q tBNEP_CONN::xmit_q

Definition at line 137 of file bnep_int.h.

◆ sent_num_filters

UINT16 tBNEP_CONN::sent_num_filters

Definition at line 139 of file bnep_int.h.

◆ sent_prot_filter_start

UINT16 tBNEP_CONN::sent_prot_filter_start[BNEP_MAX_PROT_FILTERS]

Definition at line 140 of file bnep_int.h.

◆ sent_prot_filter_end

UINT16 tBNEP_CONN::sent_prot_filter_end[BNEP_MAX_PROT_FILTERS]

Definition at line 141 of file bnep_int.h.

◆ sent_mcast_filters

UINT16 tBNEP_CONN::sent_mcast_filters

Definition at line 143 of file bnep_int.h.

◆ sent_mcast_filter_start

BD_ADDR tBNEP_CONN::sent_mcast_filter_start[BNEP_MAX_MULTI_FILTERS]

Definition at line 144 of file bnep_int.h.

◆ sent_mcast_filter_end

BD_ADDR tBNEP_CONN::sent_mcast_filter_end[BNEP_MAX_MULTI_FILTERS]

Definition at line 145 of file bnep_int.h.

◆ rcvd_num_filters

UINT16 tBNEP_CONN::rcvd_num_filters

Definition at line 147 of file bnep_int.h.

◆ rcvd_prot_filter_start

UINT16 tBNEP_CONN::rcvd_prot_filter_start[BNEP_MAX_PROT_FILTERS]

Definition at line 148 of file bnep_int.h.

◆ rcvd_prot_filter_end

UINT16 tBNEP_CONN::rcvd_prot_filter_end[BNEP_MAX_PROT_FILTERS]

Definition at line 149 of file bnep_int.h.

◆ rcvd_mcast_filters

UINT16 tBNEP_CONN::rcvd_mcast_filters

Definition at line 151 of file bnep_int.h.

◆ rcvd_mcast_filter_start

BD_ADDR tBNEP_CONN::rcvd_mcast_filter_start[BNEP_MAX_MULTI_FILTERS]

Definition at line 152 of file bnep_int.h.

◆ rcvd_mcast_filter_end

BD_ADDR tBNEP_CONN::rcvd_mcast_filter_end[BNEP_MAX_MULTI_FILTERS]

Definition at line 153 of file bnep_int.h.

◆ bad_pkts_rcvd

UINT16 tBNEP_CONN::bad_pkts_rcvd

Definition at line 155 of file bnep_int.h.

◆ re_transmits

UINT8 tBNEP_CONN::re_transmits

Definition at line 156 of file bnep_int.h.

◆ handle

UINT16 tBNEP_CONN::handle

Definition at line 157 of file bnep_int.h.

◆ prv_src_uuid

tBT_UUID tBNEP_CONN::prv_src_uuid

Definition at line 158 of file bnep_int.h.

◆ prv_dst_uuid

tBT_UUID tBNEP_CONN::prv_dst_uuid

Definition at line 159 of file bnep_int.h.

◆ src_uuid

tBT_UUID tBNEP_CONN::src_uuid

Definition at line 160 of file bnep_int.h.

◆ dst_uuid

tBT_UUID tBNEP_CONN::dst_uuid

Definition at line 161 of file bnep_int.h.