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

Description

Definition at line 91 of file port_int.h.

Public Attributes

TIMER_LIST_ENT tle
 
BUFFER_Q cmd_q
 
UINT8 port_inx [RFCOMM_MAX_DLCI+1]
 
BD_ADDR bd_addr
 
UINT16 lcid
 
UINT16 peer_l2cap_mtu
 
UINT8 state
 
UINT8 is_initiator
 
BOOLEAN local_cfg_sent
 
BOOLEAN peer_cfg_rcvd
 
BOOLEAN restart_required
 
BOOLEAN peer_ready
 
UINT8 flow
 
BOOLEAN l2cap_congested
 
BOOLEAN is_disc_initiator
 
UINT16 pending_lcid
 
UINT8 pending_id
 

Member Data Documentation

◆ tle

TIMER_LIST_ENT tRFC_MCB::tle

Definition at line 93 of file port_int.h.

◆ cmd_q

BUFFER_Q tRFC_MCB::cmd_q

Definition at line 94 of file port_int.h.

◆ port_inx

UINT8 tRFC_MCB::port_inx[RFCOMM_MAX_DLCI+1]

Definition at line 95 of file port_int.h.

◆ bd_addr

BD_ADDR tRFC_MCB::bd_addr

Definition at line 97 of file port_int.h.

◆ lcid

UINT16 tRFC_MCB::lcid

Definition at line 98 of file port_int.h.

◆ peer_l2cap_mtu

UINT16 tRFC_MCB::peer_l2cap_mtu

Definition at line 99 of file port_int.h.

◆ state

UINT8 tRFC_MCB::state

Definition at line 100 of file port_int.h.

◆ is_initiator

UINT8 tRFC_MCB::is_initiator

Definition at line 101 of file port_int.h.

◆ local_cfg_sent

BOOLEAN tRFC_MCB::local_cfg_sent

Definition at line 102 of file port_int.h.

◆ peer_cfg_rcvd

BOOLEAN tRFC_MCB::peer_cfg_rcvd

Definition at line 103 of file port_int.h.

◆ restart_required

BOOLEAN tRFC_MCB::restart_required

Definition at line 104 of file port_int.h.

◆ peer_ready

BOOLEAN tRFC_MCB::peer_ready

Definition at line 105 of file port_int.h.

◆ flow

UINT8 tRFC_MCB::flow

Definition at line 106 of file port_int.h.

◆ l2cap_congested

BOOLEAN tRFC_MCB::l2cap_congested

Definition at line 107 of file port_int.h.

◆ is_disc_initiator

BOOLEAN tRFC_MCB::is_disc_initiator

Definition at line 108 of file port_int.h.

◆ pending_lcid

UINT16 tRFC_MCB::pending_lcid

Definition at line 109 of file port_int.h.

◆ pending_id

UINT8 tRFC_MCB::pending_id

Definition at line 110 of file port_int.h.